From ecec64cf02192b0aa78836949412a0aa7c0cffe2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 4 Jan 2025 23:09:23 +0200 Subject: use a background pattern --- extras/html/themes/default/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/html/themes/default/style.css b/extras/html/themes/default/style.css index 86f4d61..9363db3 100644 --- a/extras/html/themes/default/style.css +++ b/extras/html/themes/default/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