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) {
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;

View File

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