diff options
| author | Paul Buetow <paul@buetow.org> | 2025-12-27 14:57:44 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-12-27 14:57:44 +0200 |
| commit | 105ac52e715728f0fe5b970a0a7a52059f66915e (patch) | |
| tree | 10f56e68cf0ee1d993075472dcd07f8068f35665 /style.css | |
| parent | ae919ab958a11ebc35ff0ee3741e6eed47392530 (diff) | |
Update content for html
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -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 { |
