summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2023-07-31 05:02:15 +0200
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2023-07-31 05:15:50 +0200
commit822ae595f65c84d9be5c7f86f35888b635b5e827 (patch)
tree7bbdb1a1fed6cc066b3244b6d69dc9890091a6a6 /index.html
parentfe31bc51548947db3b887b833f4412b7942d1e23 (diff)
downloadaschaffenburg.fun-822ae595f65c84d9be5c7f86f35888b635b5e827.tar.xz
notify user about geolocation failure
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;
}