mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 08:21:56 +08:00
docs: Increase contrast in dark theme for header/footer
This was flagged by one of those WCAG checkers, and there's no real reason to introduce another color here.
This commit is contained in:
parent
58cf5f249a
commit
7a3594d840
@ -466,11 +466,11 @@ div.body .internal.reference:link {
|
||||
}
|
||||
|
||||
div.sphinxsidebar a, div.footer {
|
||||
color: #CCC;
|
||||
color: #DDD;
|
||||
}
|
||||
|
||||
div.sphinxsidebar h3 a, div.related a, div.sphinxsidebar h3 {
|
||||
color: #BBB;
|
||||
div.sphinxsidebar h3 a, div.related a, div.sphinxsidebar h3, div.footer a {
|
||||
color: #DDD;
|
||||
}
|
||||
.highlight {
|
||||
background: #000;
|
||||
@ -490,7 +490,7 @@ div.body .internal.reference:link {
|
||||
}
|
||||
input {
|
||||
background-color: #222;
|
||||
color: #BBB;
|
||||
color: #DDD;
|
||||
}
|
||||
|
||||
dt:target, span.highlighted {
|
||||
@ -506,9 +506,6 @@ div.body .internal.reference:link {
|
||||
div.body a {
|
||||
color: #2092fa;
|
||||
}
|
||||
div.footer a {
|
||||
color: #BBB;
|
||||
}
|
||||
|
||||
/* Color based on the Name.Function (.nf) class from pygments.css. */
|
||||
.command { color: #008fd7 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user