Make the icons in the menu light grey
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-01-16 22:59:23 +01:00
parent c6086ddf6c
commit 20a82ee8ae
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 6 additions and 2 deletions

View File

@ -48,7 +48,7 @@
}
.icon {
color: $grey-dark;
color: $grey-almost-light;
margin-left: 1rem;
height: 1rem;
width: 1rem;

View File

@ -277,7 +277,6 @@
border-left: $vikunja-nav-selected-width solid transparent;
.icon {
color: lighten($vikunja-nav-color, 20);
height: 1rem;
vertical-align: middle;
padding-bottom: 4px;
@ -320,6 +319,10 @@
left: calc(50% - .75em);
border-width: 2px;
}
.icon {
color: $grey-almost-light;
}
}
.top-menu {

View File

@ -6,6 +6,7 @@ $blue: #1973ff;
$primary: $blue;
$dark: lighten($black, 8);
$grey: hsl(0, 0%, 48%);
$grey-almost-light: hsl(0, 0%, 57%);
$info-invert: #fff;
$family-sans-serif: 'Open Sans', Helvetica, Arial, sans-serif;