Adjust the dark mode theme for PWA

This commit is contained in:
Donald Cheng Hong Zou
2022-04-22 16:21:16 -04:00
parent 7f668c1653
commit 36e33a4c10
5 changed files with 56 additions and 6 deletions
+31 -2
View File
@@ -42,6 +42,7 @@ body {
color: $text-200;
}
.btn-primary {
color: $text-100 !important;
border-color: $blue-500 !important;
@@ -200,7 +201,7 @@ body {
}
.form-control {
background-color: $grey-400 !important;
background-color: $grey-500 !important;
border-color: transparent !important;
color: $text-200 !important;
}
@@ -213,6 +214,15 @@ body {
background: $grey-500 !important;
}
.conf_card{
a{
color: $blue-500;
}
&:hover{
border-color: $blue-500;
}
}
.sidebar .nav-link,
.bottomNavContainer .nav-link {
color: $text-200;
@@ -373,4 +383,23 @@ div.toast {
.btn-outline-primary.focus, .btn-outline-primary:focus, .btn-primary.focus, .btn-primary:focus{
box-shadow: 0 0 0 0.2rem rgb(144 153 255 / 29%) !important;
}
}
.bottomNav{
&{
background-color: $grey-400 !important;
}
.bottomNavButton{
&{
color: $text-400;
}
}
.bottomNavButton.active{
color: $blue-500 !important;
}
}
.subNav{
background-color: $grey-400 !important;
}