forked from orbit-oss/flask
Less flashy color for highlights.
This commit is contained in:
parent
bcf347fe8d
commit
88ea383394
1 changed files with 4 additions and 0 deletions
4
docs/_themes/flasky/static/flasky.css_t
vendored
4
docs/_themes/flasky/static/flasky.css_t
vendored
|
|
@ -213,6 +213,10 @@ div.highlight{
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dt:target, .highlight {
|
||||||
|
background: #FAF3E8;
|
||||||
|
}
|
||||||
|
|
||||||
div.note {
|
div.note {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue