Started the styling
Need to look into how to properly deal with styling in nuxt
This commit is contained in:
parent
f1c76c22a7
commit
ca7034738b
9 changed files with 69 additions and 20 deletions
7
assets/styles/globals.scss
Normal file
7
assets/styles/globals.scss
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue