This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/themes/dcb2017/sass/_global.scss
2017-05-05 16:42:08 +01:00

23 lines
231 B
SCSS

html {
font-family: 'Poppins', sans-serif;
font-size: 16px;
}
a,
a:visited {
color: $dcb-grey;
&:hover,
&:focus {
color: black;
}
}
h1, h2, h3, h4 {
font-weight: 600;
}
h1, h2 {
text-transform: uppercase;
}