feat(RelatedArticles): tweak RA card color

This commit is contained in:
alistair3149 2023-02-06 15:03:02 -05:00
parent 78f79e8529
commit 8659eab296
No known key found for this signature in database

View file

@ -39,7 +39,7 @@
}
&:after {
background-image: linear-gradient( to right, rgba( 255, 255, 255, 0 ), var( --color-surface-1 ) 50% );
background-image: linear-gradient( to right, rgba( 255, 255, 255, 0 ), var( --color-surface-2 ) 50% );
}
}
@ -47,7 +47,7 @@
overflow: hidden; // Enforce rounded corner
border: 0 !important; // No border regardless
border-radius: var( --border-radius--medium ) !important; // Same border-radius regardless
background-color: var( --color-surface-1 );
background-color: var( --color-surface-2 );
}
.ext-related-articles-card > a {