summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
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;
+}