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