update dark

This commit is contained in:
2025-01-19 14:48:34 +02:00
parent 0159f76fca
commit 2a7a895e11
5 changed files with 59 additions and 28 deletions

View File

@@ -18,12 +18,20 @@ body {
color: #000000;
}
body .semigray {
color: #424242 !important;
}
/* Dark Mode */
body.dark-mode {
background-color: #121212;
color: #ffffff;
}
body.dark-mode .semigray {
color: #bbbbbb !important;
}
.dashboard:hover {
@@ -109,10 +117,10 @@ img[src*="#absolute"] {
top: 0;
}
a img:hover{
/* a img:hover{
opacity: 0.5 !important;
cursor: pointer;
}
} */
/* new theme */