diff options
| author | verdant <im@verdant.ee> | 2026-07-12 12:53:22 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-07-12 12:53:22 +0800 |
| commit | ca2632cbfa0e19582cfaf96c4b1d3339821d5ce3 (patch) | |
| tree | 2ba9c2b83909f19b4ca462e484fc50937cae0dd9 /layouts | |
| parent | e417fd657ce3678aa458292525b356ea004e425a (diff) | |
| download | blog-ca2632cbfa0e19582cfaf96c4b1d3339821d5ce3.tar.gz blog-ca2632cbfa0e19582cfaf96c4b1d3339821d5ce3.zip | |
Update CSS style
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/style.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html index 7cfab3a..534cef9 100644 --- a/layouts/partials/style.html +++ b/layouts/partials/style.html @@ -1,15 +1,22 @@ <style> body { font: 1.06rem monospace, "Noto Serif CJK"; font-weight: 400; line-height: 1.8; max-width: 740px; margin: 40px - auto; padding: 0 20px; } + auto; padding: 0 20px; + } pre { border: 1px dashed #555; padding: 12px; overflow-x: auto; } img { max-width: 100%; } - a, a:visited { - color: #136cc0; + a, a:visited, .title { + color: #3f51b0; + box-shadow: inset 0 -1px #f0f0f0; + text-decoration: none; } + blockquote p { + color: #5e5e5e; + + } </style> |
