Changed some custom styles, added other ones

This commit is contained in:
2025-11-23 14:04:11 -05:00
parent 4b7a570b6e
commit 02cb290e0e

View File

@@ -43,3 +43,8 @@ blockquote.callout.quote {
background-color: var(--tertiary); background-color: var(--tertiary);
border: 0 solid var(--dark); border: 0 solid var(--dark);
} }
code {
background-color: #0C1911;
color: #46F953;
}