diff options
Diffstat (limited to 'main.css')
| -rw-r--r-- | main.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; } |
