summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-08-24 12:19:45 -0400
committerBrian Cully <bjc@spork.org>2025-08-24 12:32:15 -0400
commit57f32dc1d36650a5f282f1ba3906e9772b89709d (patch)
treeb967e413bdb4cf4cf82c2c9aed60bb77baee3a40 /main.css
parentddf944d808c71946a67d21d9fd1268ca05b787d1 (diff)
downloadautomathon-57f32dc1d36650a5f282f1ba3906e9772b89709d.tar.gz
automathon-57f32dc1d36650a5f282f1ba3906e9772b89709d.zip
use css custom highlights for in-text blinken
Diffstat (limited to 'main.css')
-rw-r--r--main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.css b/main.css
index a1ea31a..9f7381d 100644
--- a/main.css
+++ b/main.css
@@ -22,9 +22,10 @@ html {
margin-top: 1ex;
padding: 1em;
border: 2px inset lightgray;
+ white-space: pre-wrap;
}
-#src .exec {
+::highlight(exec) {
background-color: yellowgreen;
}