summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
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 {