aboutsummaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css20
1 files changed, 14 insertions, 6 deletions
diff --git a/style.css b/style.css
index 5c6db87..752487e 100644
--- a/style.css
+++ b/style.css
@@ -2,7 +2,7 @@ html, body {
padding: 0;
margin: 0;
width: 100%;
- background-color: #fafafa;
+ background-color: white;
}
main {
@@ -25,22 +25,30 @@ canvas {
width: auto;
flex-basis: auto;
border: 1px solid black;
-}
-
-input#slider {
- width: 100%;
- opacity: 0;
+ background-color: white;
}
textarea#term {
width: 100%;
font-size: 1.3em;
+ border: 1px solid black;
+ box-sizing: border-box;
}
button#render {
+ cursor: pointer;
width: 100%;
height: 3em;
font-size: 2em;
+ border: 1px solid black;
+ border-radius: 0;
+ background-color: white;
+}
+
+select {
+ border: 1px solid black;
+ background-color: white;
+ margin: 8px;
}
span#error {