From 1e67708ff05b3906c7dddf2b5c5fde61788971ee Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Sun, 19 Feb 2023 12:22:02 +0700 Subject: [PATCH] style: hgroup --- scss/content/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/content/_typography.scss b/scss/content/_typography.scss index c61ddf14..4d26d003 100644 --- a/scss/content/_typography.scss +++ b/scss/content/_typography.scss @@ -101,7 +101,7 @@ margin-bottom: 0; } - > *:last-child { + > *:not(:first-child):last-child { #{$✨}color: var(#{$✨}muted-color); #{$✨}font-weight: unset; font-size: 1rem;