Lots of styling updates and fixes.

This commit is contained in:
Cutieguwu
2025-08-01 22:26:20 -04:00
parent b2c5c75e80
commit d65d2e48ae
7 changed files with 65 additions and 25 deletions

View File

@@ -13,6 +13,37 @@
border-radius: var(--border-radius-leaf);
padding: var(--spacing-horizontal);
text-align: center;
.header {
text-align: center;
padding: var(--spacing-horizontal);
width: min-content;
white-space: nowrap;
margin: 0 auto;
.title {
background-color: var(--background-1);
border-radius: var(--border-radius-leaf);
padding: var(--spacing-horizontal);
}
.date {
display: block;
font-size: 0.85rem;
font-weight: normal;
font-style: italic;
font-family: var(--font-family-generic);
}
}
.body {
text-align: start;
p {
color: var(--white-1);
}
}
}
}