website/css/variables.css

6 lines
111 B
CSS

body {
--base-padding: .5rem 1rem;
--base-margin: 2rem;
--background: #111111;
--color: #ffffff;
}