summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-07-10 14:08:32 +0200
committeruser@node5.net <user@node5.net>2026-07-10 14:08:32 +0200
commitf5e3a880cd74ebc0101d8510ec3b1996859057a1 (patch)
tree77e791dc13e4a5c25ec5a18870a0edea25c3110d /src/static
parent71bff15af4c12d83100e132704f91745af7ae192 (diff)
style easter egg - rainbow reveal, don't squish
Diffstat (limited to 'src/static')
-rw-r--r--src/static/main.css25
1 files changed, 13 insertions, 12 deletions
diff --git a/src/static/main.css b/src/static/main.css
index c292a7a..4217398 100644
--- a/src/static/main.css
+++ b/src/static/main.css
@@ -64,20 +64,21 @@ hr {
}
.rainbow {
- background: linear-gradient(
+ background: repeating-linear-gradient(
90deg,
- rgba(255, 0, 0, 1) 0%,
- rgba(255, 154, 0, 1) 10%,
- rgba(208, 222, 33, 1) 20%,
- rgba(79, 220, 74, 1) 30%,
- rgba(63, 218, 216, 1) 40%,
- rgba(47, 201, 226, 1) 50%,
- rgba(28, 127, 238, 1) 60%,
- rgba(95, 21, 242, 1) 70%,
- rgba(186, 12, 248, 1) 80%,
- rgba(251, 7, 217, 1) 90%,
- rgba(255, 0, 0, 1) 100%
+ rgba(255, 0, 0, 1) 0,
+ rgba(255, 154, 0, 1) 2rem,
+ rgba(208, 222, 33, 1) 4rem,
+ rgba(79, 220, 74, 1) 6rem,
+ rgba(63, 218, 216, 1) 8rem,
+ rgba(47, 201, 226, 1) 10rem,
+ rgba(28, 127, 238, 1) 12rem,
+ rgba(95, 21, 242, 1) 14rem,
+ rgba(186, 12, 248, 1) 16rem,
+ rgba(251, 7, 217, 1) 18rem,
+ rgba(255, 0, 0, 1) 20rem
);
+
opacity: 0.8;
}