a
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
--sidebar-width: 250px;
|
||||
--navbar-height: 60px;
|
||||
--primary-color: #180114;
|
||||
--sidebar-bg: #1a1a1a;
|
||||
--sidebar-bg: #220404;
|
||||
--transition-speed: 0.3s;
|
||||
--transition-timing: cubic-bezier(0.4, 0, 0.2, 1);
|
||||
--alert-color: #0e19aa;
|
||||
@@ -144,7 +144,7 @@ body {
|
||||
}
|
||||
|
||||
.sidebar-nav .nav-link:hover {
|
||||
background: rgba(255,255,255,0.1);
|
||||
background: rgba(83, 0, 0, 0.603);
|
||||
color: white;
|
||||
transform: translateX(5px);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user