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

8 lines
146 B
SCSS

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