summaryrefslogtreecommitdiff
path: root/content/assets/themes/xtra2.css
diff options
context:
space:
mode:
authorbdunahu <bdunahu@operationnull.com>2026-05-24 10:36:19 -0400
committerbdunahu <bdunahu@operationnull.com>2026-05-24 10:36:19 -0400
commit1c2a79fa4ea3ee94316aba187817748f35a84f0f (patch)
treee872e063c6002b99dbfeceece65f464d95acc522 /content/assets/themes/xtra2.css
parent1ccf5bfa6b6d96191e281f9c3af2c5776d2ebcd0 (diff)
Add alternate background theme.
Diffstat (limited to 'content/assets/themes/xtra2.css')
-rw-r--r--content/assets/themes/xtra2.css15
1 files changed, 15 insertions, 0 deletions
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;
+}