css changes

This commit is contained in:
Filip Rojek 2023-03-07 16:36:21 +01:00
parent bc4f2c7935
commit b459c933c1

6
v4/css/variables.css Normal file
View File

@ -0,0 +1,6 @@
body {
--base-padding: .5rem 1rem;
--base-margin: 2rem;
--background: #111111;
--color: #ffffff;
}