From 50eb11bd83213ba334c4250454f3d9a46188d4c3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 7 Dec 2025 10:45:26 +0200 Subject: remove agents, change default style --- extras/html/themes/default/style.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'extras/html/themes/default/style.css') diff --git a/extras/html/themes/default/style.css b/extras/html/themes/default/style.css index 2e6e723..4d42872 100644 --- a/extras/html/themes/default/style.css +++ b/extras/html/themes/default/style.css @@ -19,10 +19,11 @@ } html { - background-image: url('data:image/svg+xml;utf8,'), - radial-gradient(#000000 1px, transparent 1px); - background-size: 32px 32px; - background-color: #000000; + background-color: #f0f0f0; + background-image: linear-gradient(45deg, #e6e6e6 25%, transparent 25%, transparent 75%, #e6e6e6 75%, #e6e6e6), + linear-gradient(45deg, #e6e6e6 25%, transparent 25%, transparent 75%, #e6e6e6 75%, #e6e6e6); + background-size: 20px 20px; + background-position: 0 0, 10px 10px; } body { @@ -31,19 +32,20 @@ body { max-width: 1200px; padding: 20px; margin: 20px auto; - border: 5px solid #eeeeee; + border: 5px solid #dddddd; border-radius: 15px; word-wrap: break-word; } h1, h2, h3 { font-family: heading, serif; + color: #6ca0dc; } a { font-family: code, monospace; text-decoration: none; - color: #666666; + color: #8e44ad; padding: 0 0 0 0; } @@ -78,6 +80,7 @@ ul { li:before { content: "★"; padding-right: 5px; + color: #9b59b6; } img { -- cgit v1.2.3