fix: background color CSS variable typo

This commit is contained in:
Mayfield 2024-03-23 20:31:20 -04:00
parent f940d6a1cf
commit c691e5b116
No known key found for this signature in database

View File

@ -86,7 +86,7 @@
width: 100%;
min-width: max-content;
font-family: monospace;
background-color: var(----clr-theme-container-light);
background-color: var(--clr-theme-container-light);
white-space: pre;
tab-size: var(--tab-size);
}