Dark mode compatability

This commit is contained in:
Michael Shamoon
2021-01-01 12:29:52 -08:00
parent dc525783ee
commit 54a0da8151
2 changed files with 9 additions and 1 deletions

View File

@@ -36,6 +36,10 @@ $border-color-dark-mode: #47494f;
}
}
.text-light {
color: $text-color-dark-mode !important;
}
.border {
border-color: $border-color-dark-mode !important;
}