diff options
| -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> |
