mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 10:54:06 -06:00
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:
commit
ab4eca40d3
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user