This commit is contained in:
copyrighttxt
2026-08-03 16:12:32 -04:00
committed by GitHub
parent b3cc52540d
commit e400630ee1
+3 -3
View File
@@ -1,8 +1,8 @@
:root { :root {
--sidebar-width: 250px; --sidebar-width: 250px;
--navbar-height: 60px; --navbar-height: 60px;
--primary-color: #180114; --primary-color: #333333;
--sidebar-bg: #000000; --sidebar-bg: #090909;
--transition-speed: 0.3s; --transition-speed: 0.3s;
--transition-timing: cubic-bezier(0.4, 0, 0.2, 1); --transition-timing: cubic-bezier(0.4, 0, 0.2, 1);
--alert-color: #0e19aa; --alert-color: #0e19aa;
@@ -144,7 +144,7 @@ body {
} }
.sidebar-nav .nav-link:hover { .sidebar-nav .nav-link:hover {
background: rgba(9, 9, 9, 1); background: rgba(255,255,255,0.1);
color: white; color: white;
transform: translateX(5px); transform: translateX(5px);
} }