diff options
author | breadcat | 2024-01-15 20:16:30 +0000 |
---|---|---|
committer | breadcat | 2024-01-15 20:16:30 +0000 |
commit | 75712d9562e1d759e2d6feb3ed1a2e003f333bfc (patch) | |
tree | 833fdb075d4c9c27b3b62d9f11271c7b732d4d93 /themes/Brine/layouts/_default/baseof.html | |
parent | d894ccdb7b4b580d18ea8c38a1735191ea67339c (diff) | |
download | blog.minskio.co.uk-75712d9562e1d759e2d6feb3ed1a2e003f333bfc.tar.gz blog.minskio.co.uk-75712d9562e1d759e2d6feb3ed1a2e003f333bfc.tar.bz2 blog.minskio.co.uk-75712d9562e1d759e2d6feb3ed1a2e003f333bfc.zip |
Amend recipe classifications
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 7051f0f..7079a50 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} - summary>span{color:#999} + h2>span,summary>span{color:#999} td,th{text-align:left;padding-right:10px} p.pagination>a{padding:5px} @media(min-width:1100px){ |