use a new has-text-default instead of has-text-black

This commit is contained in:
Vivianne Langdon
2022-04-08 23:14:30 -07:00
parent 300eea3b94
commit d3992802f2
8 changed files with 14 additions and 8 deletions

View File

@ -23,3 +23,8 @@
.has-background-tertiary {
background-color: $background-tertiary !important;
}
/* Workaround for dark theme as .has-text-black doesn't give desired effect. */
.has-text-default {
color: $text !important;
}

View File

@ -53,6 +53,7 @@ $link-hover: $white-bis;
$link-hover-border: #51595d;
$link-focus: $white-bis;
$link-active: $white-bis;
$link-light: #0d1c26;
/* bulma overrides */
$background: $background-secondary;