Skip to content

Commit c89fe86

Browse files
author
jordanmccullough
committed
Add alternate dark gray
1 parent a5b412b commit c89fe86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_stylesheets/curriculum-beta.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
@import "octicons.css";
44
@import "footer.scss";
55

6+
$mono-dark: #454545;
67
@mixin octicon-link($char){
78
font: normal normal 1em octicons;
89
text-decoration: none;
@@ -53,6 +54,7 @@ html, body{
5354
h4{
5455
font-size: 250%;
5556
margin-bottom: .5em;
57+
color: $mono-dark;
5658
}
5759

5860
p{

0 commit comments

Comments
 (0)