1
0
Fork 0

Change chart series colour

This commit is contained in:
g 2020-09-27 22:46:13 +02:00
commit bea2d0be82
2 changed files with 11 additions and 3 deletions

View file

@ -34,11 +34,12 @@
padding-left: 65px !important;
}
#topmenu-corehome {
background: @theme-color-background-base;
#topmenu-corehome,
nav ul a {
background-color: @theme-color-background-base;
&:hover,
&:active {
background: @theme-color-background-base;
background-color: @theme-color-background-base;
outline: none;
border-bottom: 1px solid @theme-color-header-text;
}