From 91104b2c192b99e383cbbc6076bc5e98390b194c Mon Sep 17 00:00:00 2001 From: koehr Date: Tue, 15 Dec 2020 23:36:49 +0100 Subject: [PATCH] updates URLs --- build/index.html | 381 ++++++++++++++++--------------- pages.txt | 2 + src/app.html | 3 + src/components/MainHeader.svelte | 25 +- src/components/pages.mjs | 2 +- 5 files changed, 226 insertions(+), 187 deletions(-) diff --git a/build/index.html b/build/index.html index 0ce2560f..6ea34867 100644 --- a/build/index.html +++ b/build/index.html @@ -65,21 +65,24 @@ .hidden { visibility: hidden; } + .big { + font-size: 1.5em; + } @media (prefers-color-scheme: dark) { body { background: #222; color: white; } } - - - + + +