diff options
| author | Paul Buetow <paul@buetow.org> | 2025-01-04 23:10:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-01-04 23:10:34 +0200 |
| commit | cb25f2b69ae1006fe617304632ef467548961bdb (patch) | |
| tree | 420b22d4a84723e7c9a38d9f9e3f91abd78e90bc /style.css | |
| parent | 882e0f631e8af42f136108727866f53d80e8512f (diff) | |
Update content for html
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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; } |
