mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-01 01:16:38 +00:00
feat(core): ✨ tweak sitestats font size
This commit is contained in:
parent
3b4f82a18c
commit
7ea3b94d23
|
@ -46,6 +46,20 @@ a {
|
||||||
--color-link--active: ~'var( --color-primary--active )';
|
--color-link--active: ~'var( --color-primary--active )';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
:root.skin-citizen-light {
|
||||||
|
--color-surface-0: ~'hsl( var( --color-primary__h ), 20%, 92% )';
|
||||||
|
--color-surface-1: ~'hsl( var( --color-primary__h ), 25%, 95% )';
|
||||||
|
--color-surface-2: ~'hsl( var( --color-primary__h ), 25%, 88% )';
|
||||||
|
--color-surface-3: ~'hsl( var( --color-primary__h ), 15%, 80% )';
|
||||||
|
--color-surface-4: ~'hsl( var( --color-primary__h ), 15%, 75% )';
|
||||||
|
|
||||||
|
--color-base--emphasized: ~'hsl( var( --color-primary__h ), 80%, 20% )';
|
||||||
|
--color-base: ~'hsl( var( --color-primary__h ), 25%, 30% )';
|
||||||
|
--color-base--subtle: ~'hsl( var( --color-primary__h ), 25%, 40% )';
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dark theme
|
* Dark theme
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.citizen-siteStats {
|
.citizen-siteStats {
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: 0.875rem; // TODO: Put this in variable
|
font-size: 0.8125rem; // TODO: Put this in variable
|
||||||
gap: var( --space-md );
|
gap: var( --space-md );
|
||||||
line-height: var( --line-height-xxs );
|
line-height: var( --line-height-xxs );
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in a new issue