@@ -88,6 +88,12 @@ body {
}
+// page preview button in link form
+.btn-page-preview svg {
+ width: 18px;
+ height: 18px;
+}
+
// printable style
@media print {
padding: 30px;
@@ -85,10 +85,3 @@
-
-// page preview button in link form
-.btn-page-preview svg {
- width: 18px;
- height: 18px;
- fill: white;
-}
@@ -233,6 +233,11 @@ pre:not(.hljs):not(.CodeMirror-line) {
fill: $color-editor-icons;
+ fill: white;
/*
* Modal
*/