]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_text.scss
Add Carbon localization support
[bookstack] / resources / assets / sass / _text.scss
index fd993b685402813132cb3a4c0ff50405bc20b153..9bad2e83d15aa2621b04ce27993124fe8dd7306b 100644 (file)
@@ -193,7 +193,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 +262,7 @@ ul {
 
 ol {
   list-style: decimal;
-  padding-left: $-m * 1.3;
+  padding-left: $-m * 2;
   overflow: hidden;
 }