diff options
author | breadcat | 2024-04-07 16:56:56 +0100 |
---|---|---|
committer | breadcat | 2024-04-07 16:56:56 +0100 |
commit | 50155a5a1f4ea085b61a13fe974607130b5eddc2 (patch) | |
tree | 6bced83109d739fe1fec806010ade927970a479f /themes/Brine/layouts/_default/baseof.html | |
parent | b36391fe423a5f601aea0de02457575fde306e1e (diff) | |
download | blog.minskio.co.uk-50155a5a1f4ea085b61a13fe974607130b5eddc2.tar.gz blog.minskio.co.uk-50155a5a1f4ea085b61a13fe974607130b5eddc2.tar.bz2 blog.minskio.co.uk-50155a5a1f4ea085b61a13fe974607130b5eddc2.zip |
Dim counts on tag page
Diffstat (limited to 'themes/Brine/layouts/_default/baseof.html')
-rw-r--r-- | themes/Brine/layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/Brine/layouts/_default/baseof.html b/themes/Brine/layouts/_default/baseof.html index 7079a50..3e3ea3d 100644 --- a/themes/Brine/layouts/_default/baseof.html +++ b/themes/Brine/layouts/_default/baseof.html @@ -22,7 +22,7 @@ pre>code{display:block;padding:20px;white-space:pre-wrap;font-size:75%;max-width:80ch} a,h1,li,p{max-width:70ch} blockquote{color:#333;border-left:7px solid #fc9;padding:0 14px;margin:0} - h2>span,summary>span{color:#999} + h2>span,summary>span,li>span{color:#999} td,th{text-align:left;padding-right:10px} p.pagination>a{padding:5px} @media(min-width:1100px){ |