Skip to content

Commit

Permalink
feat: Improve colors to work better in dark themes
Browse files Browse the repository at this point in the history
Improve colors to work better in dark themes
  • Loading branch information
zachowj authored Mar 13, 2020
2 parents 0efcd25 + 1984b63 commit d153070
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions lib/common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,15 @@ li span.property-type {
&.tip {
background-color: #f3f5f7;
border-color: #42b983;
color: #2c3e50;

a {
color: #3eaf7c;
}
}

&.warning {
background-color: rgba(255, 229, 100, 0.3);
background-color: #fff6c6;
border-color: #e7c000;
color: #6b5900;

Expand All @@ -97,7 +102,7 @@ li span.property-type {
}

a {
color: #6b5900;
color: #2c3e50;
}
}

Expand All @@ -111,7 +116,7 @@ li span.property-type {
}

a {
color: #4d0000;
color: #2c3e50;
}
}
}
Expand Down

0 comments on commit d153070

Please sign in to comment.