Removed hard-coded color codes, reference SCSS variables

This commit is contained in:
Alicia Sykes
2021-02-28 21:55:18 +00:00
parent 95b3b84b04
commit f9bac8ceb0
14 changed files with 24453 additions and 7751 deletions

View File

@@ -0,0 +1,22 @@
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
html {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
background: #282a32;
font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5 {
font-family: 'Montserrat', sans-serif;
}
p, a, span, div, input {
font-family: 'Montserrat', sans-serif;
}