[Glitch] Fix contrast of some elements with new brand colors

Port 0391b2a603 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2022-06-19 08:18:08 +02:00
committed by Claire
parent 0e74d4da59
commit 353e2c5d84
14 changed files with 32 additions and 42 deletions

View File

@@ -199,7 +199,7 @@
height: 3.9375rem;
bottom: 1.3125rem;
right: 1.3125rem;
background: darken($ui-highlight-color, 3%);
background: darken($ui-highlight-color, 2%);
color: $white;
border-radius: 50%;
font-size: 21px;
@@ -210,7 +210,7 @@
&:hover,
&:focus,
&:active {
background: lighten($ui-highlight-color, 7%);
background: $ui-highlight-color;
}
}