From b076a8d389d47546603216aa3f521a3235f612d6 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 27 May 2023 22:47:27 +0200 Subject: [PATCH] style: typography and colors --- assets/main.scss | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/assets/main.scss b/assets/main.scss index 29446c7..d16719a 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -319,10 +319,6 @@ table.image caption { padding-top: 5px !important; } - &__description { - font-size: small; - } - &__meta { font-size: 14px; margin: 10px 0 10px; @@ -428,19 +424,20 @@ table.image caption { margin: 10px 0; font-family: "Source Serif Pro", serif; font-weight: 900; - font-size: 36px; + font-size: 40px; line-height: 1.04; + text-decoration: underline; + color: #bb4a03 !important; + a { color: #222 !important; + text-decoration: none; } a:hover { color: #bb4a03 !important; } } - &__description { - font-size: small; - } } } } @@ -471,21 +468,11 @@ table.image caption { .blog-home { &__list-items { margin-left: 0; - &__item { - &__header { - &__description { - font-size: small; - } - } - } } } .blog-post { &__header { - &__description { - font-size: small; - } &__title { font-size: 42px; }