add: timelines, homepage

This commit is contained in:
trisua 2025-03-31 19:31:36 -04:00
parent 619184d02e
commit de53eec0e8
24 changed files with 440 additions and 40 deletions

View file

@ -136,6 +136,16 @@ article {
}
/* typo */
pre {
font-family: monospace;
width: 100%;
max-width: 100%;
overflow: auto;
background: var(--color-lowered);
border-radius: var(--radius);
padding: 1rem;
}
svg.icon {
stroke: currentColor;
width: 18px;
@ -242,7 +252,7 @@ img.contain {
object-fit: contain;
}
/* avatar */
/* avatar/banner */
.avatar {
--size: 50px;
border-radius: calc(var(--radius) / 2);
@ -255,6 +265,11 @@ img.contain {
object-fit: cover;
}
.banner {
border-radius: var(--radius);
max-height: 350px;
}
/* table */
table {
border-collapse: collapse;
@ -375,12 +390,13 @@ button,
justify-content: center;
align-items: center;
gap: 0.25rem;
font-size: 0.9rem;
text-decoration: none !important;
user-select: none;
/* personality */
background: var(--color-primary);
color: var(--color-text-primary);
font-weight: 600;
font-size: 0.9rem;
text-decoration: none !important;
}
button.small,