Skip to content

Commit 98d1a2b

Browse files
authored
Merge pull request #55 from rubyuy/fix-links
Don't style all links in page
2 parents 5a9e956 + e17a59b commit 98d1a2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_sass/topbar.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
a {
2-
color: inherit;
3-
text-decoration: none;
4-
}
5-
61
.topBar {
72
display: flex;
83
height: 100px;
@@ -53,6 +48,11 @@ a {
5348
border-style: solid none solid none;
5449
background: #FFF;
5550
text-align: center;
51+
52+
a {
53+
color: inherit;
54+
text-decoration: none;
55+
}
5656
}
5757

5858
.barMenu {

0 commit comments

Comments
 (0)