fix(shian): fix colors

This commit is contained in:
Damillora 2021-04-22 22:01:33 +07:00
parent 2a23ca143f
commit f873e60897
2 changed files with 12 additions and 8 deletions

View File

@ -42,26 +42,24 @@
@include screen(md) { @include screen(md) {
padding-top: 0; padding-top: 0;
} }
* {
display: inline-block;
padding-right: 0.25rem;
}
} }
&__tag-color { &__tag-color {
display: inline-block; display: inline-block;
padding-right: 0.25rem;
border-radius: 9999px; border-radius: 9999px;
vertical-align: text-bottom; vertical-align: text-bottom;
height: 1rem; height: 1rem;
width: 1rem; width: 1rem;
} }
&__tag-name { &__tag-name {
display: inline-block;
padding-right: 0.25rem;
font-size: $text-sm; font-size: $text-sm;
&:hover { color: var(--text-color);
text-decoration: underline;
}
} }
&__paywall { &__paywall {
display: inline-block;
padding-right: 0.25rem;
font-size: $text-sm; font-size: $text-sm;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
@ -114,6 +112,9 @@
flex-grow: 1; flex-grow: 1;
justify-content: center; justify-content: center;
} }
&__author-name {
color: var(--text-color);
}
&__excerpt { &__excerpt {
margin-top: 0.5rem; margin-top: 0.5rem;
margin-bottom: 1rem; margin-bottom: 1rem;

View File

@ -66,4 +66,7 @@
&__author-name { &__author-name {
color: $white; color: $white;
} }
&__social {
color: $white;
}
} }