add: timelines, homepage
This commit is contained in:
parent
619184d02e
commit
de53eec0e8
24 changed files with 440 additions and 40 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue