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

8 lines
153 B
SCSS

@charset "UTF-8";
/* Custom selection color because that can be done and it's cool */
::selection {
color: white;
background-color: $primary-color;
}