]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_text.scss
Updated issue template and added TinyMCE autolinking
[bookstack] / resources / assets / sass / _text.scss
index fd993b685402813132cb3a4c0ff50405bc20b153..74eb6875af6e23ff092c5296507b73b4dc71d5ff 100644 (file)
@@ -109,6 +109,9 @@ em, i, .italic {
 small, p.small, span.small, .text-small {
   font-size: 0.8em;
   color: lighten($text-dark, 20%);
+  small, p.small, span.small, .text-small {
+    font-size: 1em;
+  }
 }
 
 sup, .superscript {
@@ -172,6 +175,7 @@ pre code {
   background-color: transparent;
   border: 0;
   font-size: 1em;
+  display: block;
 }
 /*
  * Text colors
@@ -193,7 +197,7 @@ p.neg, p .neg, span.neg, .text-neg {
 p.muted, p .muted, span.muted, .text-muted {
        color: lighten($text-dark, 26%);
     &.small, .small {
-      color: lighten($text-dark, 42%);
+      color: lighten($text-dark, 32%);
     }
 }
 
@@ -262,7 +266,7 @@ ul {
 
 ol {
   list-style: decimal;
-  padding-left: $-m * 1.3;
+  padding-left: $-m * 2;
   overflow: hidden;
 }