Add style.css
This commit is contained in:
parent
f8d37fa32f
commit
d9093a52c1
1 changed files with 10 additions and 0 deletions
10
style.css
Normal file
10
style.css
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
:root {
|
||||||
|
--accent: #32a852;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
|
||||||
|
background: var(--accent);
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
Reference in a new issue