1
0

Fix text color

This commit is contained in:
kolaente
2021-01-26 20:46:17 +01:00
parent 30cb970deb
commit 3659577b57
7 changed files with 14 additions and 32 deletions

View File

@ -20,7 +20,7 @@
.filename {
font-weight: bold;
margin-bottom: .25rem;
color: $dark;
color: $text;
}
.info {

View File

@ -109,7 +109,7 @@
box-shadow: none !important;
.hint-text {
color: $dark;
color: $text;
}
}

View File

@ -97,14 +97,14 @@ $gantt-vertical-border-color: $grey-100;
}
&.has-dark-text {
color: $dark;
color: $text;
&.done span:after {
border-top: 1px solid $dark;
}
.edit-toggle {
color: $dark;
color: $text;
}
}

View File

@ -224,7 +224,7 @@
background: $green;
color: $white;
padding: .5rem;
font-size: 1.5rem;
font-size: 1rem;
margin-left: .5rem;
font-weight: bold;
line-height: 1;