From cb25f2b69ae1006fe617304632ef467548961bdb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 4 Jan 2025 23:10:34 +0200 Subject: Update content for html --- style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 86f4d615..9363db30 100644 --- a/style.css +++ b/style.css @@ -18,12 +18,19 @@ src: url("./handnotes.ttf") format("truetype"); } +html { + background-image: radial-gradient(#cccccc 2px, transparent 2px); + background-size: 32px 32px; + background-color: #ffffff; +} + body { font-family: text, sans-serif; + background: #ffffff; max-width: 1200px; padding: 20px; margin: 20px auto; - border: 1px solid #eeeeee; + border: 5px solid #eeeeee; border-radius: 15px; } -- cgit v1.2.3