corrected css style - use the same background color for all text elements.
This commit is contained in:
4
doc/_themes/blue/static/default.css_t
vendored
4
doc/_themes/blue/static/default.css_t
vendored
@@ -262,14 +262,14 @@ pre {
|
|||||||
|
|
||||||
tt {
|
tt {
|
||||||
color: {{ theme_headtextcolor }};
|
color: {{ theme_headtextcolor }};
|
||||||
background-color: #ecf0f3;
|
/*background-color: #ecf0f3;*/
|
||||||
padding: 0 1px 0 1px;
|
padding: 0 1px 0 1px;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
tt.descname {
|
tt.descname {
|
||||||
color: {{ theme_headtextcolor }};
|
color: {{ theme_headtextcolor }};
|
||||||
background-color: #ecf0f3;
|
/*background-color: #ecf0f3;*/
|
||||||
padding: 0 1px 0 1px;
|
padding: 0 1px 0 1px;
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user