This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/web/themes/dcb2017/sass/_global.scss

36 lines
336 B
SCSS
Raw Normal View History

2017-03-31 12:22:46 +01:00
html {
font-family: 'Poppins', sans-serif;
font-size: 16px;
}
2017-03-31 15:21:45 +01:00
a,
a:visited {
color: $dcb-grey;
&:hover,
&:focus {
color: black;
}
2017-03-31 12:22:46 +01:00
}
2017-05-22 15:13:53 +01:00
h1 {
font-size: 2.4em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.6em;
}
2017-04-18 11:42:47 +01:00
h1, h2, h3, h4 {
font-weight: 600;
2017-05-26 10:05:19 +01:00
margin-bottom: 0.4em
2017-04-18 11:42:47 +01:00
}
2017-05-05 16:42:08 +01:00
h1, h2 {
text-transform: uppercase;
}