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

@ -10,3 +10,10 @@
@theme-color-menu-contrast-textActive: #828089;
@theme-color-menu-contrast-textSelected: #ceccd2;
@theme-color-menu-contrast-background: transprent;
// Graph series 1
@graph-colors-data-series0: #323036; // light blue 50 series (800)
@graph-series0-shade1-color: #828089; // (A200)
@graph-series0-shade2-color: #CECCD2; // (A400)
@graph-series0-shade3-color: #E6E6E6; // (A700)

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;
}