diff options
| author | Brian Cully <bjc@spork.org> | 2025-08-24 09:16:11 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-08-24 09:31:51 -0400 |
| commit | 49ab2791b861884d01488de68f63bdd49d71c1b2 (patch) | |
| tree | 54ee6f6db5be39093ffd22995461001d732f7dc2 /main.css | |
| parent | 365312b14723503424a601a49827c191af82ad7a (diff) | |
| download | automathon-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.css | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 { |
