This commit is contained in:
copyrighttxt
2026-08-03 16:09:26 -04:00
committed by GitHub
parent f3b3c2b168
commit 01fe03e1ab
+2 -2
View File
@@ -1,11 +1,11 @@
:root {
--sidebar-width: 250px;
--navbar-height: 60px;
--primary-color: #333333;
--primary-color: #180114;
--sidebar-bg: #1a1a1a;
--transition-speed: 0.3s;
--transition-timing: cubic-bezier(0.4, 0, 0.2, 1);
--alert-color: #f5a9b8;
--alert-color: #0e19aa;
--scrollbar-color: #333333;
}