From e13839321f5b1dd1106a00cd3f93259bdf1ca8c6 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Thu, 8 Jun 2023 23:31:07 +0200 Subject: threads, dark style --- public/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'public/style.css') diff --git a/public/style.css b/public/style.css index 73528ed..98d83b5 100644 --- a/public/style.css +++ b/public/style.css @@ -1,8 +1,16 @@ body { font-family: sans-serif; font-size: 3vmin; + color: white; + background-color: black; } +div { + margin: 1em; + padding: 1em; + border: 1px solid #333; + border-radius: 1em; +} img, video { @@ -19,6 +27,8 @@ form { button { font-size: 1.5em; + background-color: #BBB; + border-radius: 0.5em; } a { -- cgit v1.2.3