summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index 8ac1f13..64973ab 100644
--- a/static/style.css
+++ b/static/style.css
@@ -126,6 +126,17 @@ main {
main * { margin: 1rem 0 }
+h1, h1 * { font-size: 26px }
+h2, h2 * { font-size: 22px }
+
+p.post-date {
+ margin: -1rem 0 -.2rem;
+}
+p.post-date * {
+ font-size: 15px;
+ color: #999;
+}
+
[lang=jpn], [lang=jpn] * {
font-size: 17px;
}
@@ -193,9 +204,6 @@ hr {
border-top: .5px solid rgba(0,0,0,.2);
}
-h1, h1 * { font-size: 26px }
-h2, h2 * { font-size: 22px }
-
img:not(.emoji) {
display: block;
max-width: 100%;