This commit is contained in:
2024-07-26 15:54:03 -03:00
parent 341a794ffb
commit 973cd977ba
7 changed files with 6135 additions and 20 deletions

View File

@@ -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);
}