This repository has been archived on 2024-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
furpsocial/style.css

10 lines
187 B
CSS
Raw Normal View History

2023-08-02 23:16:06 +01:00
:root {
--accent: #32a852;
}
body {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background: var(--accent);
margin: 0;
padding: 0;
}