feat: add Post 2024-03-02-version-3 (#2)

This commit is contained in:
Devin Haska 2024-03-01 21:16:09 -08:00 committed by GitHub
parent f5eaed457f
commit 7ec4550b5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 469 additions and 1 deletions

View file

@ -56,7 +56,8 @@ pre:has(code) {
font-style: italic;
}
.token.attr-name {
.token.attr-name,
.token.property {
color: #73daca;
}

View file

@ -163,6 +163,7 @@ aside {
mark {
background-color: var(--color-border);
color: var(--color-text);
padding-block: var(--spacing-0\.25);
}
@media (prefers-reduced-motion: reduce) {