check update

This commit is contained in:
LouisLam
2021-08-21 19:50:22 +08:00
parent 362eabab8d
commit 4571a9b8c1
7 changed files with 89 additions and 10 deletions

View File

@@ -72,7 +72,13 @@ h2 {
}
}
.btn-info {
color: white;
&:hover, &:active, &:focus, &.active {
color: white;
}
}
// Dark Theme override here
.dark {
@@ -99,6 +105,10 @@ h2 {
.table,
.nav-link {
color: $dark-font-color;
&.btn-info {
color: white;
}
}
.form-control,