summaryrefslogtreecommitdiff
path: root/assets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/style.css')
-rw-r--r--assets/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/assets/style.css b/assets/style.css
index acdd9c0..a8936e6 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -1,6 +1,6 @@
@font-face {
font-family: vt323;
- src: url("f.ttf");
+ src: url("/f.ttf");
}
#board-container {
font-size: 36px;
@@ -11,6 +11,9 @@ body {
background-color: black;
color: white;
}
+form {
+ margin: 0 auto;
+}
.unsel {
-webkit-touch-callout: none;
-webkit-user-select: none;