feat(core): tweak sitestats font size

This commit is contained in:
alistair3149 2023-07-14 21:48:16 -04:00
parent 3b4f82a18c
commit 7ea3b94d23
No known key found for this signature in database
GPG key ID: 16076C01E5C88864
2 changed files with 15 additions and 1 deletions

View file

@ -46,6 +46,20 @@ a {
--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
*/

View file

@ -1,6 +1,6 @@
.citizen-siteStats {
display: flex;
font-size: 0.875rem; // TODO: Put this in variable
font-size: 0.8125rem; // TODO: Put this in variable
gap: var( --space-md );
line-height: var( --line-height-xxs );
white-space: nowrap;