Small changes

This commit is contained in:
dsc 2022-03-02 22:23:38 +02:00
parent b08ef2e712
commit 1118e96b80
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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");