website/css/variables.css

6 lines
111 B
CSS
Raw Normal View History

2023-03-07 16:36:21 +01:00
body {
--base-padding: .5rem 1rem;
--base-margin: 2rem;
--background: #111111;
--color: #ffffff;
}