From 5d3ab3dcf8deb887877523e0293237bcee804b1b Mon Sep 17 00:00:00 2001 From: stale Date: Wed, 11 May 2022 07:00:55 -0300 Subject: Ported, it woooorks --- page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'page.html') diff --git a/page.html b/page.html index e2aec9b..78df322 100644 --- a/page.html +++ b/page.html @@ -11,11 +11,11 @@ src: url("font.ttf"); } #board-container { - font-family: vt323, monospace; font-size: 28pt; line-height: 0.6em; } body { + font-family: vt323, monospace; background-color: black; color: white; } @@ -46,7 +46,7 @@