From 06b1842c3b3857a4d405bba479076a48bc14d3f5 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Mon, 8 Feb 2021 21:02:21 -0800 Subject: Beginning of the site. --- www/default.css | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 www/default.css (limited to 'www/default.css') 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; +} -- cgit v1.2.3