diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-21 16:41:21 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-21 16:41:21 -0400 |
commit | 81badb77f92bc0cab55af292ea2bd31e04d69bb4 (patch) | |
tree | 9f060a122c825b137b44d8d4c8cedec62315f556 /header.html | |
parent | 2ed4cdf0eb89acbb1bfa74ef0b23a3b4782b10be (diff) |
Simplify blockquote styling for better dark mode support
Diffstat (limited to 'header.html')
-rw-r--r-- | header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/header.html b/header.html index edb98c7..9efbb37 100644 --- a/header.html +++ b/header.html @@ -9,8 +9,8 @@ <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" /> <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 -auto;max-width:650px;padding:1rem;}blockquote{background:#eee;border-left:4px - solid;color:black;padding-left:5px;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.posts,#menu{list-style:none;padding:0;}.posts li{margin-bottom:8px;}.posts li span{display:block;font-size:90%;}#menu li{display:inline-block;margin-right:8px;}.footnotes{font-size:90%;}</style> +auto;max-width:650px;padding:1rem;}blockquote{border-left:4px + solid;padding-left:5px;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.posts,#menu{list-style:none;padding:0;}.posts li{margin-bottom:8px;}.posts li span{display:block;font-size:90%;}#menu li{display:inline-block;margin-right:8px;}.footnotes{font-size:90%;}</style> </head> <nav> |