Skip to content
Snippets Groups Projects
Commit 64874a95 authored by squidfunk's avatar squidfunk
Browse files

Correct wrong value for background-color

parent 02296f66
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ kbd {
// Reset, if code is inside pre
> code {
margin: 0;
background-color: none;
background-color: transparent;
font-size: inherit;
box-shadow: none;
box-decoration-break: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment