Fix error in make_style
This commit is contained in:
parent
51ecaba048
commit
4bf1c79515
2 changed files with 27 additions and 1612 deletions
File diff suppressed because one or more lines are too long
|
@ -4436,21 +4436,18 @@ html .md-typeset .footnote-ref{
|
|||
.md-typeset .keys kbd:-webkit-any(:before,:after){
|
||||
-moz-osx-font-smoothing:initial;
|
||||
-webkit-font-smoothing:initial;
|
||||
color:inherit;
|
||||
margin:0;
|
||||
position:relative
|
||||
}
|
||||
.md-typeset .keys kbd:-moz-any(:before,:after){
|
||||
-moz-osx-font-smoothing:initial;
|
||||
-webkit-font-smoothing:initial;
|
||||
color:inherit;
|
||||
margin:0;
|
||||
position:relative
|
||||
}
|
||||
.md-typeset .keys kbd:is(:before,:after){
|
||||
-moz-osx-font-smoothing:initial;
|
||||
-webkit-font-smoothing:initial;
|
||||
color:inherit;
|
||||
margin:0;
|
||||
position:relative
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue