Fixes.
h3rald h3rald@h3rald.com
Sun, 29 Apr 2018 12:52:23 +0200
3 files changed,
23 insertions(+),
1 deletions(-)
M
styles/_blocks.less
→
styles/_blocks.less
@@ -8,6 +8,8 @@
.terminal { .mix-box(@gray-2, @gray-e, @gray-c); .mix-responsive; + .mix-hyphens(none); + font-size: 95%; padding: 0 3px; border: 2px solid @gray-9; white-space: pre-wrap;
M
styles/_elements.less
→
styles/_elements.less
@@ -131,6 +131,10 @@ font-size: 85%;
.mix-hyphens(none); } +strong code, b code { + font-weight: 600; +} + kbd, span.kbd { @font-weight: 400; .mix-inline-box(@light-gray, @dark-gray, @gray);@@ -145,7 +149,7 @@ }
mark, span.mark { padding: 0 1px; - color: @gray-2; + color: @dark-gray; } abbr, span.abbr {
M
styles/hastyscribe.css
→
styles/hastyscribe.css
@@ -3396,6 +3396,10 @@ -ms-hyphens: none;
-o-hyphens: none; hyphens: none; } +strong code, +b code { + font-weight: 600; +} kbd, span.kbd { color: #222;@@ -3959,6 +3963,12 @@ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
color: #eee; background-color: #222; border: 1px solid #ccc; + -webkit-hyphens: none; + -moz-hyphens: none; + -ms-hyphens: none; + -o-hyphens: none; + hyphens: none; + font-size: 95%; padding: 0 3px; border: 2px solid #999; white-space: pre-wrap;@@ -4021,6 +4031,12 @@ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
color: #eee; background-color: #222; border: 1px solid #ccc; + -webkit-hyphens: none; + -moz-hyphens: none; + -ms-hyphens: none; + -o-hyphens: none; + hyphens: none; + font-size: 95%; padding: 0 3px; border: 2px solid #999; white-space: pre-wrap;