worlio-themes/css/profile.css

19 lines
398 B
CSS
Raw Normal View History

2023-06-28 18:24:48 -04:00
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;
}