Skip to content

Commit db35b24

Browse files
author
Brylie Christopher Oxley
authored
Merge pull request #184 from MuluhGodson/nav_color
Add styles for nav menu
2 parents 7f8675d + 72c9d3a commit db35b24

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

style.css

+10
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,16 @@ span.has-inline-color > strong {
261261
.color-black {
262262
color: #000000;
263263
}
264+
/* Styles for Nav items */
265+
.navbar-link , .navbar-item {
266+
cursor: pointer;
267+
color: #767676;
268+
background: transparent;
269+
border: none;
270+
font-family: "Roboto Condensed", sans-serif;
271+
text-transform: uppercase;
272+
line-height: 1.5;
273+
}
264274
@media (min-width: 750px) {
265275

266276
.alignfull {

0 commit comments

Comments
 (0)