Use darker link color for light theme
This commit is contained in:
parent
3528ffcc8c
commit
fc8f57281e
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue