fix: updating the background of code-text to show in light mode.

This commit is contained in:
ajspig 2025-12-10 11:55:42 -05:00
parent abfe8a99c6
commit c0ac4d4dbf

View File

@ -500,7 +500,7 @@ code {
font-family: var(--codeFont); font-family: var(--codeFont);
border-radius: 5px; border-radius: 5px;
padding: 0.1rem 0.2rem; padding: 0.1rem 0.2rem;
background: var(--lightgray); background: var(--highlight);
} }
tbody, tbody,