diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-12 22:32:18 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-12 22:32:18 +0200 |
| commit | 1b15244802ebab2664a1e2955ece322ba0d2a6a7 (patch) | |
| tree | 9dde8a214994c42f3c5267a238315f647266a332 /style.css | |
| parent | 0bc6a14c4b5c95659fd7a02844cf86829ba652b5 (diff) | |
Update content for html
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -32,12 +32,7 @@ body { margin: 20px auto; border: 5px solid #eeeeee; border-radius: 15px; -} - -a { - font-family: code, monospace; - text-decoration: none; - color: #0e0e0e; + word-wrap: break-word; } h1, h2, h3 { @@ -45,6 +40,8 @@ h1, h2, h3 { } a { + font-family: code, monospace; + text-decoration: none; color: #666666; padding: 0 0 0 0; } |
