diff options
| author | Christian Cleberg <[email protected]> | 2026-05-13 14:34:59 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-05-13 14:34:59 -0500 |
| commit | c92a7901032a96655392b95c3a64d5322e9d454c (patch) | |
| tree | 2d5d3d4f75f2c2e9b260301ac96f574e329a1526 /theme/static | |
| parent | fd91cf1dfd5d280419bbe04b278a99254ec52f8b (diff) | |
| download | cleberg.net-c92a7901032a96655392b95c3a64d5322e9d454c.tar.gz cleberg.net-c92a7901032a96655392b95c3a64d5322e9d454c.tar.bz2 cleberg.net-c92a7901032a96655392b95c3a64d5322e9d454c.zip | |
fix: reduce contrast for pre & blockquote elements
Diffstat (limited to 'theme/static')
| -rw-r--r-- | theme/static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index 6f57efc..618b1aa 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -10,7 +10,7 @@ img { max-width: 100%; } .post-list-year { list-style: none; margin-top: 1rem; margin-bottom: 0.5rem; font-weight: bold; } .skip-link { display: none; } footer { margin: 2rem 0;} -pre, blockquote { margin: 1rem 0; padding: 0.5rem; background-color: #cccccc; } +pre, blockquote { margin: 1rem 0; padding: 0.5rem; background-color: #eee; } pre { overflow: auto; white-space: pre; } blockquote p { margin: 0; } code { color: #942192; } |
