Skip to content

Commit 388c486

Browse files
authored
Merge pull request #339 from Aloso/gray-nav-links
Make links in nav gray
2 parents 33fc3d4 + 934c5b8 commit 388c486

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/styles/app.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ section .container {
7373
padding-top: 20px;
7474
}
7575

76+
// TODO: remove when switching to Tachyons -- these are overrides for Skeleton.
77+
ul.nav, ul.nav li {
78+
margin-bottom: 0;
79+
}
80+
81+
.nav a {
82+
color: $gray;
83+
}
84+
7685
div.brand {
7786
$v-top: 3px; // for getting the vertical rhythm just right
7887

0 commit comments

Comments
 (0)