diff --git a/src/sass/components/_postcard.scss b/src/sass/components/_postcard.scss index b1cd0c5..1f4fa6d 100644 --- a/src/sass/components/_postcard.scss +++ b/src/sass/components/_postcard.scss @@ -42,26 +42,24 @@ @include screen(md) { padding-top: 0; } - - * { - display: inline-block; - padding-right: 0.25rem; - } } &__tag-color { display: inline-block; + padding-right: 0.25rem; border-radius: 9999px; vertical-align: text-bottom; height: 1rem; width: 1rem; } &__tag-name { + display: inline-block; + padding-right: 0.25rem; font-size: $text-sm; - &:hover { - text-decoration: underline; - } + color: var(--text-color); } &__paywall { + display: inline-block; + padding-right: 0.25rem; font-size: $text-sm; &:hover { text-decoration: underline; @@ -114,6 +112,9 @@ flex-grow: 1; justify-content: center; } + &__author-name { + color: var(--text-color); + } &__excerpt { margin-top: 0.5rem; margin-bottom: 1rem; diff --git a/src/sass/components/_postheader.scss b/src/sass/components/_postheader.scss index 37f1fce..856e353 100644 --- a/src/sass/components/_postheader.scss +++ b/src/sass/components/_postheader.scss @@ -66,4 +66,7 @@ &__author-name { color: $white; } + &__social { + color: $white; + } }