diff options
author | stale <redkugelblitzin@gmail.com> | 2022-05-18 09:36:43 -0300 |
---|---|---|
committer | stale <redkugelblitzin@gmail.com> | 2022-05-18 09:36:43 -0300 |
commit | d89b9ea43ac65af549279f6e86c68c66243dcdf3 (patch) | |
tree | 39173297e076c4425149c78f6244a2b762786ac8 /assets/style.css | |
parent | 127a1059fec4fecb4099cb95ddb7ef3c7cf45077 (diff) |
organizing
Diffstat (limited to 'assets/style.css')
-rw-r--r-- | assets/style.css | 33 |
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; +} + |