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

18 lines
290 B
SCSS

@charset "UTF-8";
/* Custom selection color because that can be done and it's cool */
::selection {
color: white;
background-color: $primary-color;
}
h1#logo a img {
max-height: 120px;
}
/* center "Code de suivi" title */
div#tracking-code h3 {
padding: 0;
color: $primary-color;
}