Fix text color
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
.filename {
|
||||
font-weight: bold;
|
||||
margin-bottom: .25rem;
|
||||
color: $dark;
|
||||
color: $text;
|
||||
}
|
||||
|
||||
.info {
|
||||
|
@ -109,7 +109,7 @@
|
||||
box-shadow: none !important;
|
||||
|
||||
.hint-text {
|
||||
color: $dark;
|
||||
color: $text;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user