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

12 lines
191 B
SCSS

@charset "UTF-8";
/* Custom selection color because that can be done and it's cool */
::selection {
color: white;
background-color: $primary-color;
}
#header h1 a {
text-indent : 0px;
}