Troubeshooting visitor log colours

This commit is contained in:
g 2020-09-15 17:04:43 +02:00
commit b5fb3036ca
5 changed files with 71 additions and 68 deletions

View file

@ -2,13 +2,13 @@
ul {
& > li > ul > li.active > .item {
background-color: #E6E6E6 !important;
background-color: transparent !important;
}
li {
&.active > a {
background-color: #CECCD2 !important;
background-color: transparent !important;
}
a {