parent
6ae0e3a583
commit
2175f01297
|
@ -282,7 +282,6 @@
|
||||||
|
|
||||||
code:not([class^=language]) {
|
code:not([class^=language]) {
|
||||||
padding: 3px 7px;
|
padding: 3px 7px;
|
||||||
margin: 0 0.25rem;
|
|
||||||
@include themify($codeblock) {
|
@include themify($codeblock) {
|
||||||
color: themed('content-code-color');
|
color: themed('content-code-color');
|
||||||
}
|
}
|
||||||
|
@ -301,7 +300,6 @@
|
||||||
|
|
||||||
code:not([class^=language]) {
|
code:not([class^=language]) {
|
||||||
padding: 3px 7px;
|
padding: 3px 7px;
|
||||||
margin: 0 0.25rem;
|
|
||||||
@include themify($codeblock) {
|
@include themify($codeblock) {
|
||||||
color: themed('content-code-color');
|
color: themed('content-code-color');
|
||||||
}
|
}
|
||||||
|
@ -428,7 +426,6 @@
|
||||||
|
|
||||||
code:not([class^=language]) {
|
code:not([class^=language]) {
|
||||||
padding: 3px 7px;
|
padding: 3px 7px;
|
||||||
margin: 0 0.25rem;
|
|
||||||
@include themify($codeblock) {
|
@include themify($codeblock) {
|
||||||
color: themed('content-code-color');
|
color: themed('content-code-color');
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue