diff options
| author | ilotterytea <iltsu@alright.party> | 2025-10-27 00:06:35 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-10-27 00:06:35 +0500 |
| commit | afd99384d0ca224907901a92a87963663559589d (patch) | |
| tree | 98577634eecc10994820fd54e82640e0f5892ec9 /style.css | |
| parent | 94e74ac79e775253b56384748c619a764d31e091 (diff) | |
feat: generate twitch chat via form
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -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; } |
