Merge pull request #120 from plastic-labs/abigail/css-fix

fix: updating the background of code-text to show in light mode.
This commit is contained in:
ajspig 2025-12-10 11:59:13 -05:00 committed by GitHub
commit ab4eca40d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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