15 lines
231 B
SCSS
15 lines
231 B
SCSS
@import "partials/colors";
|
|
@import "partials/fonts";
|
|
|
|
|
|
span.mathallo-site-name{
|
|
font-family: 'Fredoka';
|
|
text-transform:uppercase;
|
|
color: $bleu_site;
|
|
font-weight: 500;
|
|
}
|
|
|
|
span.footnotes-preview{
|
|
background-color: $rose;
|
|
}
|