imio-publik-themes/static/gembloux/_custom.scss

20 lines
558 B
SCSS

@charset "UTF-8";
/*nav bar gradient*/
div.gru-nav > ul {
background: linear-gradient($secondary-color, $tertiary-color);
}
/* Custom selection color because that can be done and it's cool */
::selection {
color: white;
background-color: $primary-color;
}
/*remove arrows*/
div.wcsformsofcategorycell ul li div.description p::before {
content: "";
}
div#account-management ul > li > a, div.wcsformsofcategorycell ul > li > a, div.wcscurrentdraftscell ul > li > a, div.wcscurrentformscell ul > li > a, div.links-list ul > li > a {
color: #205847;
}