chore: updating color scheme with dark mode

This commit is contained in:
2026-01-23 17:40:33 +01:00
parent b373cbcba1
commit 039c52a8b7
4 changed files with 18 additions and 18 deletions
+2 -15
View File
@@ -1,21 +1,8 @@
@use 'fonts';
@use 'colors';
// Global scrollbar style
::-webkit-scrollbar {
width: 15px;
}
::-webkit-scrollbar-track {
background: #333;
}
::-webkit-scrollbar-thumb {
background: #888;
}
::-webkit-scrollbar-thumb:hover {
background: #555;
[data-theme='dark'] {
color-scheme: dark;
}
body,