summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-07-05 19:33:35 +0200
committeruser@node5.net <user@node5.net>2026-07-10 13:15:02 +0200
commit61ca7e7f1abc28623e740f34f34cb8250c45e788 (patch)
tree047beb1b482ace06d100e80b3bfe3df2a5c99f4c /src/static
parent008800522e69b89dbff73b1e55466546c1b353c7 (diff)
easter egg classes - define in python
Diffstat (limited to 'src/static')
-rw-r--r--src/static/main.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/static/main.css b/src/static/main.css
index c0002a1..36739e9 100644
--- a/src/static/main.css
+++ b/src/static/main.css
@@ -32,7 +32,6 @@ hr {
/* Program */
#program {
- white-space-collapse: collapse; /* Allow program template to be spaced legibly */
line-height: var(--line-height);
}
@@ -86,3 +85,13 @@ hr {
content: "🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚";
opacity: 0.33;
}
+
+.radio::after {
+ content: "📻📻📻📻📻📻📻📻📻📻📻📻📻📻📻📻📻📻📻📻📻📻📻📻📻📻📻📻";
+ opacity: 0.33;
+}
+
+.ctf::after {
+ content: "🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩";
+ opacity: 0.33;
+}