fix(client): night mode for settings page
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.night .toggle-active {
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.toggle-not-active.btn-primary.active {
|
||||
background-color: #006400;
|
||||
}
|
||||
@@ -11,6 +15,18 @@
|
||||
background-color: #dedede;
|
||||
color: rgb(0, 49, 0);
|
||||
}
|
||||
.toggle-not-active:hover, .toggle-not-active:focus {
|
||||
|
||||
.night .toggle-not-active {
|
||||
background-color: #999;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.toggle-not-active:hover,
|
||||
.toggle-not-active:focus {
|
||||
background-color: #006400;
|
||||
}
|
||||
}
|
||||
|
||||
.night .toggle-not-active:hover,
|
||||
.night .toggle-not-active:focus {
|
||||
color: #ddd;
|
||||
}
|
||||
|
Reference in New Issue
Block a user