This commit is contained in:
sundae 2026-03-06 11:03:17 +02:00
commit 4972cbe693
Signed by: sundae
SSH key fingerprint: SHA256:MsJkKuo4PUdjQDpLeaURy81drKkW14exlTHp+8QFu6M
40 changed files with 499 additions and 286 deletions

View file

@ -69,8 +69,7 @@ body > nav {
font-size: 1.4rem;
}
& a,
button {
& li *:is(a ,button) {
display: flex;
font-size: 1.125rem;
width: 100%;
@ -86,8 +85,7 @@ body {
border-right-width: 1px;
border-right-style: solid;
& a,
button {
& li *:is(a ,button) {
align-items: center;
border-style: solid;
border-width: 2px;
@ -118,7 +116,7 @@ body {
overflow: initial;
flex-direction: row;
justify-content: start;
& a, button {
& li *:is(a ,button) {
line-height: initial;
}
& details {