mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
feat(RelatedArticles): ✨ tweak RA card color
This commit is contained in:
parent
78f79e8529
commit
8659eab296
|
@ -39,7 +39,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:after {
|
&: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
|
overflow: hidden; // Enforce rounded corner
|
||||||
border: 0 !important; // No border regardless
|
border: 0 !important; // No border regardless
|
||||||
border-radius: var( --border-radius--medium ) !important; // Same border-radius 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 {
|
.ext-related-articles-card > a {
|
||||||
|
|
Loading…
Reference in a new issue