]> BookStack Code Mirror - website/commitdiff
Tweaked non-js and js code block styles to better align
authorDan Brown <redacted>
Sat, 2 Jan 2021 17:38:08 +0000 (17:38 +0000)
committerDan Brown <redacted>
Sat, 2 Jan 2021 17:38:08 +0000 (17:38 +0000)
themes/bookstack/sass/_code.scss
themes/bookstack/sass/_text.scss

index e935a7b65d2a1ae24edff7cc9b5b2eae13ae9569..2a44e3c7f784d31f12e0f5b88a9555734b53af08 100644 (file)
@@ -1,4 +1,4 @@
-/* Background */ .chroma { background-color: #ffffff }
+/* Background */ .chroma { background-color: #F8F8F8 }
 /* Other */ .chroma .x {  }
 /* Error */ .chroma .err {  }
 /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
index 0089acf7f01e0fb88739f3a453d5cc67c6cbcfce..34c266e8545ebe84ec549f3e24074235f664c7b1 100644 (file)
@@ -160,7 +160,6 @@ pre {
   border-radius: 2px;
   // box-shadow: inset 1px 2px 2px rgba(10, 10, 10, 0.06);
   border: 1px solid #DDD;
-  border-top: 3px solid $primary;
   background-color: #F8F8F8;
   padding: 0;
   overflow-x: auto;