Add style.css

This commit is contained in:
awesomeuser 2023-08-02 22:16:06 +00:00
parent f8d37fa32f
commit d9093a52c1

10
style.css Normal file
View 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;
}