/
githubmirror
/
obs-studio
Обзор
Документация
Войти
/
githubmirror
/
obs-studio
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/sphinx/_static/css/custom.css
13 строк
309 B
Matt Gajownik
docs/sphinx: Override RTD style
30 июл 2022, 04:09
30 июл 2022, 04:09
54a9ae2
Код
Авторство
О чём код?
/* Override "references as links" style to match standard links. Example code: :c:func:`OBS_DECLARE_MODULE()` */ a.reference > code.xref > span.pre { color: #2980b9; } a.reference:hover > code.xref > span.pre { color: #3091d1; } a.reference:visited > code.xref > span.pre { color: #9b59b6; }