feat(core): tweak user info styles

This commit is contained in:
alistair3149 2024-05-15 01:13:02 -04:00
parent 143cd0e5be
commit 7c64872b66
No known key found for this signature in database

View file

@ -7,15 +7,11 @@
font-weight: var( --font-weight-medium );
}
&title > div,
#pt-tmpuserpage-2 > span {
padding-top: var( --space-xs );
padding-bottom: var( --space-xs );
}
&-title,
&-title > div,
#pt-userpage-2 > a,
#pt-tmpuserpage-2 > span {
padding-top: var( --space-xxs );
padding-bottom: var( --space-xxs );
font-size: var( --font-size-medium );
color: var( --color-base--emphasized );
}