demarches-normaliennes/app/assets/stylesheets/dsfr.scss
2022-09-01 17:12:22 +02:00

17 lines
317 B
SCSS

@import "colors";
// override default text underline of dsfr
body [href] {
background-image: none;
}
// override default transparent background on inputs
input,
textarea,
select {
background: $white;
}
// with Marianne font, weight of font is less bolder, so bold it up
.button.primary {
font-weight: bold;
}