diff --git a/about/index.html b/about/index.html index 099ddac..71d49a5 100644 --- a/about/index.html +++ b/about/index.html @@ -63,7 +63,7 @@

Be sure to take a look at our repositories on exogit, where all the exozyme development action happens. (Or even better, contribute! 😍) And please please please report bugs on our issue tracker. We really appreciate it! We also have an underrated wiki with tons of useful resources.

-
+
We may have occasional reboots for maintainence and other outages. If exozyme is down for more than 24 hours, please email us.

Our server

diff --git a/about/montage.png b/about/montage.png index 489970e..31d0b21 100644 Binary files a/about/montage.png and b/about/montage.png differ diff --git a/about/montage.sh b/about/montage.sh index de69c14..2bff8a6 100755 --- a/about/montage.sh +++ b/about/montage.sh @@ -6,6 +6,6 @@ for old in *; do rsvg-convert "$old" -h 1080 -f svg -o "$new" done cd .. -montage icons/*-large.svg -geometry 540x540 -tile 6x6 -border 30 -bordercolor white montage.png +montage -background none icons/*-large.svg -geometry 540x540 -tile 6x6 -border 30 -bordercolor none montage.png convert montage.png -resize 50% montage.webp rm icons/*-large.svg diff --git a/about/montage.webp b/about/montage.webp index f7a2d05..a6403a9 100644 Binary files a/about/montage.webp and b/about/montage.webp differ diff --git a/style.css b/style.css index c3478b4..365d89f 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,10 @@ +@media (prefers-color-scheme: dark) { + body { + background-color: #111111; + color: #cccccc; + } +} + body { text-align: center; font-family: DejaVu Sans Mono, monospace;