accessibility: fix active menu item low contrast in night-mode

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-10-12 23:44:51 +02:00
parent b6b666a41f
commit d61d68cbb0
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

View File

@ -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);