This commit is contained in:
2024-08-02 16:27:30 +05:30
parent 64987bdce6
commit e4eea271f3
12 changed files with 232 additions and 311 deletions

View File

@@ -32,7 +32,8 @@
}
.active {
background-color: #ced8e6a2;
background-color: #004717;
color: #fff;
/* background-color: #e2e8f01c; */
}
@@ -43,12 +44,14 @@
}
.link:hover {
background-color: #ced8e6a2 !important;
background-color: #ced8e6a2;
/* color: #fff; */
/* background-color: #e2e8f01c !important; */
}
.active:hover {
background-color: #ced8e6a2 !important;
background-color: #004717;
color: #fff;
/* background-color: #e2e8f01c !important; */
}