summaryrefslogtreecommitdiff
path: root/assets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/style.css')
-rw-r--r--assets/style.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css
new file mode 100644
index 0000000..acdd9c0
--- /dev/null
+++ b/assets/style.css
@@ -0,0 +1,33 @@
+@font-face {
+ font-family: vt323;
+ src: url("f.ttf");
+}
+#board-container {
+ font-size: 36px;
+ line-height: 22px;
+}
+body {
+ font-family: vt323, monospace;
+ background-color: black;
+ color: white;
+}
+.unsel {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+.cursor {
+ font-size: 16pt;
+ pointer-events: none;
+}
+.cursor * {
+ margin: 0 0;
+}
+.cursor-name {
+ background-color: #000000c0;
+ padding: 0.1em 0.1em;
+}
+