Skip to content

Commit

Permalink
Removing light (300) font weight from spec links in desktop GUI (#3065)
Browse files Browse the repository at this point in the history
* Removing light (300) font weight from spec link

* Explicitly setting spec link font-weight to 400
  • Loading branch information
Ian Walter authored and lilaconlee committed Feb 28, 2019
1 parent 0781e4d commit e4cb364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-gui/src/specs/specs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
}

.file > a {
font-weight: 300;
font-weight: 400;
border-bottom: 1px dotted #eeeeee;
padding: 4px 0;
font-family: $font-sans;
Expand Down

0 comments on commit e4cb364

Please sign in to comment.