summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css14
1 files changed, 3 insertions, 11 deletions
diff --git a/static/styles.css b/static/styles.css
index 94e3b89..2c0f0ef 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -11,7 +11,7 @@
color: black;
background-color: white;
vertical-align: top;
- line-height: 29px;
+ line-height: 30px;
font-family: Cantarell;
}
@@ -81,15 +81,6 @@ hr {
touch-action: manipulation;
}
-@media only screen and (min-width: 600px) {
- form {
- border: 1px DarkSlateGrey solid;
- padding: 1em;
- padding-left: 2em;
- padding-right: 2em;
- }
-}
-
.kbrow {
margin-bottom: 5px;
}
@@ -101,10 +92,11 @@ hr {
width: 26px;
border-radius: 4px;
border: 1px black dotted;
- line-height: 33px;
+ line-height: 35px;
cursor: pointer;
user-select: none;
}
+
.key:hover{
border-style:solid;
}