updates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
:root {
|
||||
--light-background: #f9f9f9;
|
||||
--light-background: #f0f0f0;
|
||||
--dark-background: #121212;
|
||||
--light-title-text: #e0e0e0;
|
||||
--light-icons: #333;
|
||||
@@ -112,4 +112,11 @@ body {
|
||||
.dark-mode .settings-menu .fa {
|
||||
color: var(--dark-icons);
|
||||
}
|
||||
.router svg {
|
||||
font-size: 26px;
|
||||
color: var(--light-router-title);
|
||||
}
|
||||
|
||||
.dark-mode .router svg {
|
||||
color: var(--dark-router-title);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user