From 6ab533172d417db142eacec639034bdb381a17a4 Mon Sep 17 00:00:00 2001 From: liquidev Date: Sun, 24 Mar 2024 22:32:01 +0100 Subject: [PATCH] edit index --- content/index.tree | 2 +- static/css/main.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/content/index.tree b/content/index.tree index 6573d60..4b6850c 100644 --- a/content/index.tree +++ b/content/index.tree @@ -13,7 +13,7 @@ - welcome! make yourself at home :ralsei_wave: % id = "01H8VWEHX501SNYQTE61WX7YJC" - - _"owo, what's this?"_ + - _"owo, what's this?"_ % id = "about" content.link = "about" diff --git a/static/css/main.css b/static/css/main.css index 3c1dbeb..d0fb71d 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -344,6 +344,13 @@ a:visited { color: var(--link-color-visited); } +/* Allow for some secret links */ + +a.secret { + color: var(--text-color); + text-decoration: none; +} + /* Make blockquotes a bit prettier */ blockquote {