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

19 lines
190 B
SCSS
Raw Normal View History

2017-03-31 11:22:46 +00:00
html {
font-family: 'Poppins', sans-serif;
font-size: 16px;
}
2017-03-31 14:21:45 +00:00
a,
a:visited {
color: $dcb-grey;
&:hover,
&:focus {
color: black;
}
2017-03-31 11:22:46 +00:00
}
2017-04-18 10:42:47 +00:00
h1, h2, h3, h4 {
font-weight: 600;
}