commit 9df645b9662947f451d9e84e52de49d40db8eb39
parent b4153b9a67242d11ea7af1f6229e397f971d9786
Author: Stephen Gregoratto <dev@sgregoratto.me>
Date: Tue, 10 Sep 2019 22:03:25 +1000
css: code font size, text indent after pre/code
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/css/style.css b/css/style.css
@@ -17,8 +17,11 @@ header {
p {
text-indent: 1rem;
}
+h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
+ font-size: inherit;
+}
blockquote + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, header + p,
-hr + p, ol + p, ul + p, table + p, p:first-child {
+hr + p, ol + p, ul + p, table + p, pre + p, code + p, p:first-child {
text-indent: 0;
}
hr {