This commit is contained in:
Zef Hemel
2022-12-22 16:20:05 +01:00
parent fbb45f0525
commit cca48f66cd
10 changed files with 306 additions and 34 deletions
+16
View File
@@ -211,6 +211,22 @@
}
}
.sb-fenced-code-hide {
background-color: transparent !important;
line-height: 0;
}
.sb-fenced-code-iframe {
background-color: transparent !important;
iframe {
border: 0;
width: 100%;
padding: 0;
margin: 0;
}
}
.sb-line-blockquote {
border-left: 1px solid rgb(74, 74, 74);
}