fix nav colors

This commit is contained in:
Barış Soner Uşaklı
2023-08-03 19:19:08 -04:00
parent ae747875d8
commit 2f51532987

View File

@@ -14,7 +14,7 @@
overflow: auto;
.active {
background-color: $gray-700;
background-color: var(--bs-secondary-bg);
}
li a {
@@ -24,9 +24,9 @@
li {
display: inline-block;
>a:hover, >a:focus {
color: $gray-300;
background-color: $gray-700;
}
color: var(--bs-secondary-color);
background-color: var(--bs-secondary-bg);
}
}
}