Enhance UI by updating header styles and improving group detail layout

This commit is contained in:
Edgar P. Burkhart 2025-06-14 15:05:50 +02:00
parent 5446175cad
commit 04b0a30e76
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
4 changed files with 48 additions and 16 deletions

View file

@ -1,3 +1,8 @@
:root {
--pico-font-family-sans-serif: Exo, sans-serif;
--pico-font-weight: 450;
}
img.logo {
border-radius: var(--pico-border-radius);
}
@ -92,8 +97,22 @@ article.message {
.big-logo {
font-size: 8rem;
}
h1 {
font-size: 4rem;
font-weight: 900;
}
}
h1,
h2,
h3,
h4,
h5,
h6,
.header-title {
font-weight: 900;
}
i.i {
margin-right: .5em;
}