Fix(Structure): Split styles.css into separate files for different components and sections.
This commit is contained in:
19
styles/main.css
Normal file
19
styles/main.css
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
:root {}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||
line-height: 1.6;
|
||||
color: var(--text-colour);
|
||||
background-color: var(--page-background-colour);
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
color: var(--primary-colour);
|
||||
}
|
||||
Reference in New Issue
Block a user