8 lines
113 B
SCSS
8 lines
113 B
SCSS
.navbar-item.home-link,
|
|
.navbar-item.navbar-icon {
|
|
color: $grey-lighter;
|
|
|
|
&:hover {
|
|
color: $white;
|
|
}
|
|
}
|