summaryrefslogtreecommitdiff
path: root/website/app/static/styles/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'website/app/static/styles/default.css')
-rw-r--r--website/app/static/styles/default.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/website/app/static/styles/default.css b/website/app/static/styles/default.css
new file mode 100644
index 0000000..47ba29d
--- /dev/null
+++ b/website/app/static/styles/default.css
@@ -0,0 +1,25 @@
+:root {
+ --primary-color: #003B5C;
+ --secondary-color: #C3D7EE;
+ --home: rgba(200, 200, 200, 0.7);
+ --yes: rgba(0, 255, 0, 0.7);
+ --no: rgba(255, 0, 0, 0.7);
+}
+
+* {
+ margin: 0;
+ padding: 0;
+}
+
+body {
+ font-family: 'Liberation Sans', sans-serif;
+ line-height: 1.2;
+}
+
+h1 {
+
+}
+
+h2 {
+
+}
Copyright 2019--2024 Marius PETER