diff options
| -rw-r--r-- | extras/html/themes/default/style.css | 15 |
1 files changed, 9 insertions, 6 deletions
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,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%23cccccc"><polygon points="50,15 61,39 87,39 66,57 76,84 50,68 24,84 34,57 13,39 39,39"/></svg>'), - 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 { |
