all repos — site @ bfc7dfd561491a246646b04b6b7ffd0cb245e189

source for my site, found at icyphox.sh

More CSS thinkgs
Anirudh Oppiliappan x@icyphox.sh
Tue, 23 Mar 2021 22:34:57 -0700
commit

bfc7dfd561491a246646b04b6b7ffd0cb245e189

parent

3aa005439b166d97655373f95265fa2dd1e89be4

2 files changed, 17 insertions(+), 5 deletions(-)

jump to
M config.yamlconfig.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.cssstatic/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); +}