mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01: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
|
||||
> code {
|
||||
margin: 0;
|
||||
background-color: none;
|
||||
background-color: transparent;
|
||||
font-size: inherit;
|
||||
box-shadow: none;
|
||||
box-decoration-break: none;
|
||||
|
Loading…
Reference in New Issue
Block a user