fix: incorrect color for RelatedArticle title text

This commit is contained in:
alistair3149 2021-03-03 12:27:13 -05:00
parent f46b951c31
commit 9b18cc70e5
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -12,7 +12,9 @@
margin-top: 0;
h3 {
color: var( --color-base );
a {
color: var( --color-base--emphasized );
}
&:after {
background: linear-gradient( to right, rgba( 255, 255, 255, 0 ), var( --background-color-dp-04 ) 50% );