summaryrefslogtreecommitdiff
path: root/www/default.css
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2021-02-08 21:02:21 -0800
committerBlendoit <blendoit@gmail.com>2021-02-08 21:02:21 -0800
commit06b1842c3b3857a4d405bba479076a48bc14d3f5 (patch)
treedb776eb5f3585873c866ff2d5312b70c09e61b73 /www/default.css
parentd331897b72abf82c2cedb4fc1fd5d341ee383422 (diff)
Beginning of the site.
Diffstat (limited to 'www/default.css')
-rw-r--r--www/default.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/www/default.css b/www/default.css
new file mode 100644
index 0000000..8c6ce4d
--- /dev/null
+++ b/www/default.css
@@ -0,0 +1,41 @@
+:root {
+ --primary-color: #333333;
+ --secondary-color: #FFFFFF;
+ --home: #c8c8c8;
+ --yes: #5cff5c;
+ --no: #ff5c5c;
+ font-size: 18;
+ --fast-speed: 0.2s;
+ --med-speed: 0.4s;
+ --slow-speed: 1s;
+}
+
+title {
+ text-align: left;
+ line-height: 3;
+}
+
+.section-number-3 {
+ color: red;
+}
+
+body {
+ font-family: 'Jost*', sans-serif;
+ line-height: 1.2;
+ margin: 0;
+ padding: 0;
+ background-color: var(--primary-color);
+ color: var(--secondary-color);
+}
+
+code {
+ font-family: 'Hack', sans-serif;
+}
+
+p {
+ font-family: 'Public Sans', sans-serif;
+}
+
+#org88f7f8b {
+ line-height: 10;
+}
Copyright 2019--2024 Marius PETER