8000 Gray links in nav · davidalber/blog.rust-lang.org@934c5b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 934c5b8

Browse files
committed
Gray links in nav
1 parent dad2053 commit 934c5b8

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
@@ -63,6 +63,15 @@ section .container {
6363
padding-top: 20px;
6464
}
6565

66+
// TODO: remove when switching to Tachyons -- these are overrides for Skeleton.
67+
ul.nav, ul.nav li {
68+
margin-bottom: 0;
69+
}
70+
71+
.nav a {
72+
color: $gray;
73+
}
74+
6675
div.brand {
6776
$v-top: 3px; // for getting the vertical rhythm just right
6877

0 commit comments

Comments
 (0)
0