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

@ -15,11 +15,11 @@
&:hover {
transition: .2s ease all;
background: #e6e6e6 !important;
color: rgba(0, 0, 0, .75) !important;
background: transparent !important;
color: #e6e6e6 !important;
.title {
color: rgba(0, 0, 0, .75) !important;
color:@theme-color-header-text!important;
}
}
}