From 1118e96b80c44e610b266b08dfb728a1f8b1b233 Mon Sep 17 00:00:00 2001 From: dsc Date: Wed, 2 Mar 2022 22:23:38 +0200 Subject: [PATCH] Small changes --- content/news/future-dev.md | 6 +++--- themes/wowlet/static/css/style.css | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/content/news/future-dev.md b/content/news/future-dev.md index 1b2dbcf..4578509 100644 --- a/content/news/future-dev.md +++ b/content/news/future-dev.md @@ -2,9 +2,9 @@ Title: Future development Date: 2022-03-02 Category: news -The WOWlet project has been running great the past 2 years and we have not had -anything catastrophic happen - a testament to the greatness of our -development community (lie). There are currently about 12k WOWlet users +For the past 2 years the WOWlet project has been running great and we have not had +anything catastrophic happen (knocks wood) - a testament to the greatness of our +development community (lie)! There are currently about 12k WOWlet users running the latest version on all 3 major platforms (Windows/Linux/MacOS). Which brings us to future developments. WOWlet is a place to diff --git a/themes/wowlet/static/css/style.css b/themes/wowlet/static/css/style.css index 94ddbf7..1644dbd 100644 --- a/themes/wowlet/static/css/style.css +++ b/themes/wowlet/static/css/style.css @@ -5,6 +5,7 @@ html { body { margin:0; font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; + font-size: 18px; background-repeat-y: no-repeat; background: radial-gradient(ellipse at top left, rgba(255, 255, 255, 1) 40%, rgb(255, 224, 0) 200%) fixed; background-image: url("../image/background.png");