harry
2025-03-26 21:41:18 +00:00
committed by GitHub
co-authored by harryob
parent 1bc5abd623
commit 04bc9fbd13
73 changed files with 777 additions and 312 deletions
+14
View File
@@ -1,3 +1,12 @@
.light:root {
--scrollbar-base: #f2f2f2;
--scrollbar-thumb: #a7a7a7;
}
html, body {
scrollbar-color: var(--scrollbar-base) var(--scrollbar-thumb);
}
body {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 12px !important;
@@ -19,6 +28,11 @@ body.dark {
scrollbar-shadow-color: #3b3b3b;
}
.dark:root {
--scrollbar-base: #181818;
--scrollbar-thumb: #363636;
}
#menu {
background-color: #F0F0F0;
position: fixed;