worlio-themes/css/profile.css
2023-06-28 17:24:48 -05:00

19 lines
398 B
CSS

body.profile {
font-style: Pixio;
}
body > .page-container.thin-page {max-width: 800px;}
body.profile .page-container {
background: var(--primary-container-background);
border: var(--primary-container-border);
padding: 2px;
}
body.profile .page-container .header-table td.tag .userlink {
font-size: 24px;
}
body.profile .page-container .header-table td.tag .userlink img {
height: 32px;
}