summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css
index 73528ed..98d83b5 100644
--- a/public/style.css
+++ b/public/style.css
@@ -1,8 +1,16 @@
body {
font-family: sans-serif;
font-size: 3vmin;
+ color: white;
+ background-color: black;
}
+div {
+ margin: 1em;
+ padding: 1em;
+ border: 1px solid #333;
+ border-radius: 1em;
+}
img,
video {
@@ -19,6 +27,8 @@ form {
button {
font-size: 1.5em;
+ background-color: #BBB;
+ border-radius: 0.5em;
}
a {