Remove recoloring of pre tags for now

This commit is contained in:
Joshua Goins 2023-04-17 16:43:37 -04:00
parent 832a52f681
commit b24be37ce2

View file

@ -321,8 +321,6 @@ code {
} }
pre { pre {
background-color: var(--background-primary);
padding: 5px; padding: 5px;
} }