mirror of https://github.com/docker/docs.git
accessibility: fix active menu item low contrast in night-mode
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
b6b666a41f
commit
d61d68cbb0
|
@ -46,6 +46,6 @@ $bg-secondary-night: #101c29;
|
|||
$bg-sidebar-night: #101e26;
|
||||
$bg-footer-night: #000000;
|
||||
|
||||
$active-sidebar-night: #077CBC;
|
||||
$active-sidebar-night: #9cd7f7;
|
||||
|
||||
$bg-search-results-night: rgba(10, 10, 10, 0.95);
|
||||
|
|
Loading…
Reference in New Issue