[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 */
code,
.rst-content tt {
color: #000;
color: #000 !important;
}
a code,
.rst-content a tt {
color: #2980B9;
color: #2980B9 !important;
}
a:visited code,
.rst-content a:visited tt {
color: #9B59B6;
color: #9B59B6 !important;
}