Commit 90f5dacc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix wrong body padding and pre color

parent b70b1055
...@@ -839,7 +839,7 @@ $kbd-color: #fff; ...@@ -839,7 +839,7 @@ $kbd-color: #fff;
$kbd-bg: #333; $kbd-bg: #333;
$pre-bg: $gray-lighter; $pre-bg: $gray-lighter;
$pre-color: $gray-dark; $pre-color: $text-color;
$pre-border-color: #ccc; $pre-border-color: #ccc;
// $pre-scrollable-max-height: 340px // $pre-scrollable-max-height: 340px
......
...@@ -4,7 +4,7 @@ html { ...@@ -4,7 +4,7 @@ html {
&.touch .tooltip { display: none !important; } &.touch .tooltip { display: none !important; }
body { body {
padding-top: 47px; padding-top: 46px;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment