diff --git a/themes/uio/source/css/post.scss b/themes/uio/source/css/post.scss index 2398afe..d97c8f1 100644 --- a/themes/uio/source/css/post.scss +++ b/themes/uio/source/css/post.scss @@ -79,6 +79,7 @@ a.article-list__item__button { .article__title { font-size: 4rem; letter-spacing: -0.2px; + // line-height: 1em; @media screen and (max-width: $break-small) { font-size: 40px; @@ -89,7 +90,7 @@ a.article-list__item__button { .article__pubdate { color: var(--tone); font-size: 14px; - font-weight: normal; + font-weight: lighter; font-family: sans-serif; margin-bottom: 10px; border: 1px solid var(--tone); @@ -191,8 +192,8 @@ a.article-list__item__button { pre .caption { padding: 10px 0; font-size: 0.8rem; - color: rgba(255, 255, 255, 0.5); font-style: italic; + opacity: 0.7; } }