diff options
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 { |
