improved svg rendering and prepared headline icons

This commit is contained in:
Jannik Menzel 2025-05-20 11:31:16 +02:00
parent fb2e61bc97
commit 7e15d46684
9 changed files with 117 additions and 62 deletions

View file

@ -40,10 +40,29 @@
}
#markdown h2 {
display: flex;
align-items: center;
gap: 0.3em;
font-size: 2rem;
color: var(--color-text);
}
.icon {
width: 2.5rem;
height: 2.5rem;
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: currentColor;
}
.icon svg {
width: 100%;
height: 100%;
display: block;
}
#markdown h3 {
font-size: 1.5rem;
color: var(--color-text);