all repos — hastystyles @ a718f4ea111d798c75c86ff5acec6dbf87b17ed6

The stylesheets for HastyScrybe and HastySite.

Fixes.
h3rald h3rald@h3rald.com
Sun, 29 Apr 2018 10:35:59 +0200
commit

a718f4ea111d798c75c86ff5acec6dbf87b17ed6

parent

2beb1125ba73201b74f93b380ae9d8a247e0421a

3 files changed, 16 insertions(+), 12 deletions(-)

jump to
M styles/_elements.lessstyles/_elements.less

@@ -15,7 +15,7 @@

dl { dt { - font-weight: bold; + font-weight: 600; } dd {

@@ -26,6 +26,7 @@

/* Headings */ h1, h2, h3, h4, h5, h6 { + font-weight: 600; color: @heading-color; border-bottom: 1px solid @gray-d; }

@@ -134,7 +135,7 @@

kbd, span.kbd { .mix-inline-box(@light-gray, @dark-gray, @gray); font-family: @monospace-font; - font-weight: bold; + font-weight: 600; border-right: 1px solid @gray-b; border-bottom: 1px solid @gray-b; line-height: 1em;

@@ -149,7 +150,7 @@ }

abbr, span.abbr { font-variant: small-caps; - font-weight: bolder; + font-weight: 600; .mix-hyphens(none); &:hover { cursor: help;

@@ -165,13 +166,13 @@

var, span.var { font-size: 90%; font-family: @monospace-font; - font-weight: bold; + font-weight: 600; font-style: normal; .mix-hyphens(none); } cite, span.cite { - font-weight: bold; + font-weight: 600; font-style: italic; .mix-hyphens(none); }

@@ -191,7 +192,7 @@ .mix-hyphens(none);

} span.ext, span.kwd { - font-weight: bold; + font-weight: 600; } img {
M styles/_layout.lessstyles/_layout.less

@@ -3,6 +3,7 @@ background-color:#fff;

margin: 0 auto; height:100%; zoom: 1; + font-weight: 300; letter-spacing: normal; word-spacing: normal; color:@text-color;
M styles/hastyscribe.cssstyles/hastyscribe.css

@@ -3208,6 +3208,7 @@ background-color: #fff;

margin: 0 auto; height: 100%; zoom: 1; + font-weight: 300; letter-spacing: normal; word-spacing: normal; color: #333;

@@ -3268,7 +3269,7 @@ .unstyled li {

list-style-type: none; } dl dt { - font-weight: bold; + font-weight: 600; } dl dd { padding: 0 0 0.2em 0;

@@ -3280,6 +3281,7 @@ h3,

h4, h5, h6 { + font-weight: 600; color: #111; border-bottom: 1px solid #ddd; }

@@ -3410,7 +3412,7 @@ background-clip: padding-box;

text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace; - font-weight: bold; + font-weight: 600; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; line-height: 1em;

@@ -3429,7 +3431,7 @@ }

abbr, span.abbr { font-variant: small-caps; - font-weight: bolder; + font-weight: 600; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none;

@@ -3467,7 +3469,7 @@ var,

span.var { font-size: 90%; font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace; - font-weight: bold; + font-weight: 600; font-style: normal; -webkit-hyphens: none; -moz-hyphens: none;

@@ -3477,7 +3479,7 @@ hyphens: none;

} cite, span.cite { - font-weight: bold; + font-weight: 600; font-style: italic; -webkit-hyphens: none; -moz-hyphens: none;

@@ -3513,7 +3515,7 @@ hyphens: none;

} span.ext, span.kwd { - font-weight: bold; + font-weight: 600; } img { max-width: 100%;