diff --git a/assets/scss/partials/components/_post.scss b/assets/scss/partials/components/_post.scss index 065926ad..8503c6ed 100644 --- a/assets/scss/partials/components/_post.scss +++ b/assets/scss/partials/components/_post.scss @@ -100,6 +100,14 @@ color: t('primary'); } } + + a:hover { + font-size: $font-size-h1; + + @include themed() { + color: t('info'); + } + } } h2 { @@ -117,6 +125,14 @@ color: t('primary'); } } + + a:hover { + font-size: $font-size-h2; + + @include themed() { + color: t('info'); + } + } } h3 { @@ -134,6 +150,14 @@ color: t('primary'); } } + + a:hover { + font-size: $font-size-h3; + + @include themed() { + color: t('info'); + } + } } ul,