summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/index.html b/index.html
index 530a278..cd49efa 100644
--- a/index.html
+++ b/index.html
@@ -78,6 +78,14 @@
font-family: exo;
}
+ .ui-container {
+ background-color: #e4edd7;
+ border-color: #7fb82e;
+ border-style: solid;
+ border-radius: 10px;
+ border-width: 4px;
+ }
+
.ui-button {
/*background-color: #bbeb82;
border-color: #7fb82e;
@@ -86,7 +94,7 @@
border-style: none;
font-size: 1em;
border-radius: 10px;
- height: 2em;
+ min-height: 2em;
cursor: pointer;
}