summaryrefslogtreecommitdiff
path: root/app/static/styles/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/static/styles/default.css')
-rw-r--r--app/static/styles/default.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/app/static/styles/default.css b/app/static/styles/default.css
index e36da55..654b42f 100644
--- a/app/static/styles/default.css
+++ b/app/static/styles/default.css
@@ -4,27 +4,32 @@
--home: rgba(200, 200, 200, 0.7);
--yes: rgba(0, 255, 0, 0.7);
--no: rgba(255, 0, 0, 0.7);
- font-size: 20;
+ font-size: 18;
--fast-speed: 0.2s;
--med-speed: 0.4s;
--slow-speed: 1s;
}
-* {
- margin: 0;
- padding: 0;
-}
+* {}
body {
font-family: 'Liberation Sans', sans-serif;
line-height: 1.2;
+ margin: 0;
+ padding: 0;
}
h1 {
+ margin-left: 2rem;
+ margin-right: 1rem;
}
h2 {
+ margin-left: 1rem;
+ margin-right: 1rem;
}
p {
+ margin-left: 1rem;
+ margin-right: 1rem;
}
Copyright 2019--2024 Marius PETER