weekly updates
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user