[Docs] RTD needs a little extra help to get the code tag colors fixed...
This commit is contained in:
parent
05f6425a53
commit
d198cccf75
1 changed files with 3 additions and 3 deletions
6
docs/_static/theme_overrides.css
vendored
6
docs/_static/theme_overrides.css
vendored
|
|
@ -40,15 +40,15 @@
|
||||||
/* make code tags non-red again */
|
/* make code tags non-red again */
|
||||||
code,
|
code,
|
||||||
.rst-content tt {
|
.rst-content tt {
|
||||||
color: #000;
|
color: #000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a code,
|
a code,
|
||||||
.rst-content a tt {
|
.rst-content a tt {
|
||||||
color: #2980B9;
|
color: #2980B9 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited code,
|
a:visited code,
|
||||||
.rst-content a:visited tt {
|
.rst-content a:visited tt {
|
||||||
color: #9B59B6;
|
color: #9B59B6 !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue