mirror of
https://github.com/Damillora/Shian.git
synced 2024-11-24 18:27:32 +00:00
fix(shian): fix colors
This commit is contained in:
parent
2a23ca143f
commit
f873e60897
@ -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;
|
||||||
|
@ -66,4 +66,7 @@
|
|||||||
&__author-name {
|
&__author-name {
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
&__social {
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user