mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
fix(core): 🐛 incorrect color for footer site description
This commit is contained in:
parent
6234b8d72a
commit
bdc58fdeaf
|
@ -59,7 +59,6 @@
|
|||
display: flex;
|
||||
max-width: 90ch;
|
||||
flex-direction: column;
|
||||
color: var( --color-base--emphasized );
|
||||
gap: var( --space-sm );
|
||||
|
||||
p {
|
||||
|
@ -86,6 +85,7 @@
|
|||
|
||||
#footer {
|
||||
&-sitetitle {
|
||||
color: var( --color-base--emphasized );
|
||||
font-size: 2.5rem;
|
||||
|
||||
img.mw-logo-wordmark {
|
||||
|
|
Loading…
Reference in a new issue