summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-08-24 09:16:11 -0400
committerBrian Cully <bjc@spork.org>2025-08-24 09:31:51 -0400
commit49ab2791b861884d01488de68f63bdd49d71c1b2 (patch)
tree54ee6f6db5be39093ffd22995461001d732f7dc2 /main.css
parent365312b14723503424a601a49827c191af82ad7a (diff)
downloadautomathon-49ab2791b861884d01488de68f63bdd49d71c1b2.tar.gz
automathon-49ab2791b861884d01488de68f63bdd49d71c1b2.zip
pass annotations to js so we can highlight program text
Diffstat (limited to 'main.css')
-rw-r--r--main.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/main.css b/main.css
index 960db69..a1ea31a 100644
--- a/main.css
+++ b/main.css
@@ -16,11 +16,16 @@ html {
grid-row: 1;
}
-#code textarea {
+#code #src {
width: 100%;
height: 25ex;
margin-top: 1ex;
padding: 1em;
+ border: 2px inset lightgray;
+}
+
+#src .exec {
+ background-color: yellowgreen;
}
#compile {