Started the styling

Need to look into how to properly deal with styling in nuxt
This commit is contained in:
Louis Hollingworth 2022-05-21 21:28:41 +01:00
parent f1c76c22a7
commit ca7034738b
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1
9 changed files with 69 additions and 20 deletions

View file

@ -0,0 +1,7 @@
@use 'colours';
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap');
body {
font-family: 'Ubuntu', sans-serif !important;
background-color: colours.$bg-colour-light;
}