summaryrefslogtreecommitdiff
path: root/content/assets/themes
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
parent1ccf5bfa6b6d96191e281f9c3af2c5776d2ebcd0 (diff)
Add alternate background theme.
Diffstat (limited to 'content/assets/themes')
-rw-r--r--content/assets/themes/bg1.jpgbin0 -> 428704 bytes
-rw-r--r--content/assets/themes/bg2.jpgbin0 -> 1453799 bytes
-rw-r--r--content/assets/themes/xtra1.css2
-rw-r--r--content/assets/themes/xtra2.css15
4 files changed, 17 insertions, 0 deletions
diff --git a/content/assets/themes/bg1.jpg b/content/assets/themes/bg1.jpg
new file mode 100644
index 0000000..5f1aeb2
--- /dev/null
+++ b/content/assets/themes/bg1.jpg
Binary files differ
diff --git a/content/assets/themes/bg2.jpg b/content/assets/themes/bg2.jpg
new file mode 100644
index 0000000..60b5737
--- /dev/null
+++ b/content/assets/themes/bg2.jpg
Binary files differ
diff --git a/content/assets/themes/xtra1.css b/content/assets/themes/xtra1.css
new file mode 100644
index 0000000..622947c
--- /dev/null
+++ b/content/assets/themes/xtra1.css
@@ -0,0 +1,2 @@
+/* stub */
+
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;
+}