lots of work

This commit is contained in:
Chris Kruining 2024-10-14 17:09:54 +02:00
parent 552ba7f3c9
commit 75bd06cac3
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
19 changed files with 523 additions and 314 deletions

View file

@ -19,12 +19,23 @@
resize: vertical;
min-block-size: 2em;
max-block-size: 50em;
background-color: var(--surface-1);
color: var(--text-1);
border-color: var(--text-2);
border-radius: var(--radii-s);
}
& .cell {
display: grid;
place-content: center stretch;
padding: .5em;
border: 1px solid transparent;
border-radius: var(--radii-m);
&:focus-within {
border-color: var(--info);
}
}
& > :is(header, main, footer) {