Files
drupal-mathallo/web_main/themes/custom/mathallo/assets/scss/wysiwyg.scss
T

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;
}