diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-05-24 10:36:19 -0400 |
|---|---|---|
| committer | bdunahu <bdunahu@operationnull.com> | 2026-05-24 10:36:19 -0400 |
| commit | 1c2a79fa4ea3ee94316aba187817748f35a84f0f (patch) | |
| tree | e872e063c6002b99dbfeceece65f464d95acc522 /content/assets/themes/xtra2.css | |
| parent | 1ccf5bfa6b6d96191e281f9c3af2c5776d2ebcd0 (diff) | |
Add alternate background theme.
Diffstat (limited to 'content/assets/themes/xtra2.css')
| -rw-r--r-- | content/assets/themes/xtra2.css | 15 |
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; +} |
