From e967439a0795c51db63819aa7e2d9e942a1ac536 Mon Sep 17 00:00:00 2001 From: deepend Date: Sun, 8 Mar 2020 14:16:54 -0600 Subject: [PATCH] updated theme/index.php. --- index.php | 13 +++++++++++++ style.css | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 106d6e2..954069a 100644 --- a/index.php +++ b/index.php @@ -43,6 +43,19 @@ +

UPDATE: March 2020:

+

+ Things at tilde.club are going well, Thank you to all our new and existing users. + Lets make 2020 a great one for ~club and the wider tildeverse! +

+

so what's new?

+ +

UPDATE: September 2019:

tilde.club is back!! as of september 20th, we're now accepting diff --git a/style.css b/style.css index 62fca36..2aa0213 100644 --- a/style.css +++ b/style.css @@ -13,12 +13,12 @@ ol { body { margin: 1em; font-family: "courier new", monospace; - color: #d46700; + color: #f89406; background: #000400; word-wrap: break-word; } a { - color: #d46700; + color: #f89406; font-weight: bold; padding-right: 0.25em; }