From afd99384d0ca224907901a92a87963663559589d Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 27 Oct 2025 00:06:35 +0500 Subject: feat: generate twitch chat via form --- style.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 9776355..24e9519 100644 --- a/style.css +++ b/style.css @@ -10,6 +10,23 @@ margin: 0; } +body { + font-family: Arial, Helvetica, sans-serif; +} + +form div { + display: block; +} + +.center { + width: 35em; + margin: 0 auto; +} + +.center>* { + margin-bottom: 16px; +} + .messages { display: flex; flex-direction: column; @@ -20,7 +37,6 @@ text-shadow: 1px 1px 2px var(--message-shadow-color); padding: 4px; border-bottom: 1px solid var(--message-shadow-color); - font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: gray; } -- cgit v1.2.3