update profile.css

This commit is contained in:
Wirlaburla 2023-06-28 19:06:19 -05:00
parent aff19a188e
commit 0b1a324c23

View File

@ -1,16 +1,22 @@
@import('tabbed-container.css');
body.profile {
font-style: Pixio;
}
body > .page-container.thin-page {max-width: 800px;}
body.profile .page-container {
margin-left: auto; margin-right: auto;
max-width: 800px;
background: var(--primary-container-background);
border: var(--primary-container-border);
padding: 2px;
}
body.profile .page-container .header-table td.tag .userlink {
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: pixelated;
font-size: 24px;
}