weekly updates

This commit is contained in:
2026-03-19 17:59:15 +00:00
parent 980f66d77d
commit d04ff6b68e
39 changed files with 2401 additions and 17448 deletions

View File

@@ -317,7 +317,7 @@ body.no-sidenotes {
.note {
position: relative;
padding: 1rem 1rem 0.9rem;
background: #fffef8;
background: --code-bg;
border-radius: 8px;
box-shadow:
0 2px 6px rgba(0, 0, 0, 0.08),
@@ -326,6 +326,7 @@ body.no-sidenotes {
transition:
transform 0.15s ease,
box-shadow 0.15s ease;
}
/* subtle randomness */
@@ -391,6 +392,7 @@ body.no-sidenotes {
font-size: 0.95rem;
line-height: 1.45;
white-space: pre-wrap;
color: --fg;
}
/* =========================
@@ -424,7 +426,7 @@ body.no-sidenotes {
#notes-form {
width: 100%;
max-width: 420px;
background: #fffef8;
background: --bg;
padding: 1.25rem 1.25rem 1.1rem;
border-radius: 10px;
box-shadow:

Binary file not shown.