[Docs] RTD needs a little extra help to get the code tag colors fixed...

This commit is contained in:
Gina Häußge 2015-03-19 21:05:27 +01:00
parent 05f6425a53
commit d198cccf75

View file

@ -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;
} }