mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Correct wrong value for background-color
This commit is contained in:
parent
02296f6605
commit
64874a9583
@ -251,7 +251,7 @@ kbd {
|
|||||||
// Reset, if code is inside pre
|
// Reset, if code is inside pre
|
||||||
> code {
|
> code {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: none;
|
background-color: transparent;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
box-decoration-break: none;
|
box-decoration-break: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user