More CSS thinkgs
Anirudh Oppiliappan x@icyphox.sh
Tue, 23 Mar 2021 22:34:57 -0700
2 files changed,
17 insertions(+),
5 deletions(-)
M
config.yaml
→
config.yaml
@@ -1,7 +1,7 @@
title: icyphox's blog header: | <a href=/> - <img src="/static/white.svg" alt="icyphox's avatar" height="70"/> + <img src="/static/white.svg" alt="icyphox's avatar" height="50"/> </a> <nav> <a href="/">blog</a>
M
static/style.css
→
static/style.css
@@ -24,13 +24,17 @@ margin: 10px;
line-height: 160%; } +main h1 { + padding: 10px 0 10px 0; +} + +main h2, h3 { + padding: 30px 0 20px 0; +} + main h2:first-of-type { font-size: 20px; padding: 0 0 20px 0; -} - -main h1, h2, h3 { - padding: 30px 0 20px 0; } .icons img {@@ -49,6 +53,7 @@ padding: 0;
box-sizing: border-box; text-decoration: none; color: #000 + word-wrap: break-word; } main a {@@ -153,3 +158,10 @@
.post-date { color: var(--gray); } + +blockquote p { + font-style: italic; + color: var(--darker); + padding-left: 20px; + border-left: 3px solid var(--gray); +}