Increase contrast of pinned excerpt for dark themes
This commit is contained in:
parent
b0c2e9bb05
commit
2f70bd83a3
|
@ -152,7 +152,7 @@
|
|||
.topic-excerpt {
|
||||
font-size: $font-down-1;
|
||||
margin-top: 5px;
|
||||
color: dark-light-choose($primary-high, $secondary-high);
|
||||
color: $primary-high;
|
||||
word-wrap: break-word;
|
||||
line-height: $line-height-large;
|
||||
padding-right: 20px;
|
||||
|
|
Loading…
Reference in New Issue