Merge remote-tracking branch 'upstream/v4' into v4

This commit is contained in:
2023-08-25 09:07:19 +09:00
24 changed files with 384 additions and 311 deletions

View File

@ -27,6 +27,11 @@ section {
border-radius: 5px;
}
::selection {
background: color-mix(in srgb, var(--tertiary) 75%, transparent);
color: var(--darkgray);
}
p,
ul,
text,