From 1c2a79fa4ea3ee94316aba187817748f35a84f0f Mon Sep 17 00:00:00 2001 From: bdunahu Date: Sun, 24 May 2026 10:36:19 -0400 Subject: Add alternate background theme. --- content/assets/themes/xtra2.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/assets/themes/xtra2.css (limited to 'content/assets/themes/xtra2.css') diff --git a/content/assets/themes/xtra2.css b/content/assets/themes/xtra2.css new file mode 100644 index 0000000..f049df7 --- /dev/null +++ b/content/assets/themes/xtra2.css @@ -0,0 +1,15 @@ +html { + background: url(themes/bg2.jpg) no-repeat center center fixed; +} + +a { + color: #9933ff; +} + +a:hover { + color: #7300e6; +} + +a:visited { + color: #e6ccff; +} -- cgit v1.2.3