all repos — hastystyles @ b7192e523e7587808a22e5905a0d5a6d01e08e14

The stylesheets for HastyScrybe and HastySite.

Fixes.
h3rald h3rald@h3rald.com
Sun, 29 Apr 2018 13:12:56 +0200
commit

b7192e523e7587808a22e5905a0d5a6d01e08e14

parent

4dda47b4dc8fbb63324ff21f75fb1074bf3263aa

2 files changed, 13 insertions(+), 13 deletions(-)

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

@@ -66,7 +66,7 @@ margin-right: 3px;

box-shadow: none; font-size: 90%; font-variant: small-caps; - font-weight: bold; + font-weight: 600; content: @text; } }

@@ -78,7 +78,7 @@ font-size: 95%;

p { margin: 0 auto; &:first-child { - font-weight: bold; + font-weight: 600; color: @fg-color; .mix-symbol(@icon, @fg-color) }
M styles/hastyscribe.cssstyles/hastyscribe.css

@@ -3752,7 +3752,7 @@ .note p {

margin: 0 auto; } .note p:first-child { - font-weight: bold; + font-weight: 600; color: #264c72; } .note p:first-child:before {

@@ -3802,7 +3802,7 @@ .tip p {

margin: 0 auto; } .tip p:first-child { - font-weight: bold; + font-weight: 600; color: #009926; } .tip p:first-child:before {

@@ -3852,7 +3852,7 @@ .warning p {

margin: 0 auto; } .warning p:first-child { - font-weight: bold; + font-weight: 600; color: #705400; } .warning p:first-child:before {

@@ -3902,7 +3902,7 @@ .sidebar p {

margin: 0 auto; } .sidebar p:first-child { - font-weight: bold; + font-weight: 600; color: #555; } .sidebar p:first-child:before {

@@ -4118,7 +4118,7 @@ margin-right: 3px;

box-shadow: none; font-size: 90%; font-variant: small-caps; - font-weight: bold; + font-weight: 600; content: "todo"; } .fixme {

@@ -4150,7 +4150,7 @@ margin-right: 3px;

box-shadow: none; font-size: 90%; font-variant: small-caps; - font-weight: bold; + font-weight: 600; content: "fixme"; } .deadline {

@@ -4182,7 +4182,7 @@ margin-right: 3px;

box-shadow: none; font-size: 90%; font-variant: small-caps; - font-weight: bold; + font-weight: 600; content: "deadline"; } .important {

@@ -4214,7 +4214,7 @@ margin-right: 3px;

box-shadow: none; font-size: 90%; font-variant: small-caps; - font-weight: bold; + font-weight: 600; content: "important"; } .urgent {

@@ -4246,7 +4246,7 @@ margin-right: 3px;

box-shadow: none; font-size: 90%; font-variant: small-caps; - font-weight: bold; + font-weight: 600; content: "urgent"; } .verify {

@@ -4278,7 +4278,7 @@ margin-right: 3px;

box-shadow: none; font-size: 90%; font-variant: small-caps; - font-weight: bold; + font-weight: 600; content: "verify"; } .draftcomment {

@@ -4310,7 +4310,7 @@ margin-right: 3px;

box-shadow: none; font-size: 90%; font-variant: small-caps; - font-weight: bold; + font-weight: 600; content: "comment"; } .red-circle:before {