Use darker link color for light theme

This commit is contained in:
Sonny Bakker 2021-03-06 17:18:13 +01:00
parent 3528ffcc8c
commit fc8f57281e
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@
background-color: var(--lightest-accent-color) !important; background-color: var(--lightest-accent-color) !important;
& a { & a {
color: $black; color: var(--font-color);
} }
} }

View file

@ -28,7 +28,7 @@ $checkbox-blue: rgba(34, 170, 253, 1);
$background-color: rgba(255, 249, 176, 1); $background-color: rgba(255, 249, 176, 1);
$font-color: rgba(83, 87, 91, 1); $font-color: rgba(83, 87, 91, 1);
$link-color: darken($azureish-white, 30%); $link-color: rgba(45, 142, 202, 1);
$read-color: darken($gainsboro, 10%); $read-color: darken($gainsboro, 10%);
$confirm-button-font-color: rgba(255, 255, 255, 1); $confirm-button-font-color: rgba(255, 255, 255, 1);