%PDF- %PDF-
| Direktori : /home/c/a/s/casasmonvl/newges4t/wp-content/themes/ges4t/scss/ |
| Current File : /home/c/a/s/casasmonvl/newges4t/wp-content/themes/ges4t/scss/_navigation.scss |
#site-navigation {
ul {
display: flex;
align-items: center;
list-style: none;
padding: 0;
margin: 0;
flex-wrap: wrap;
li {
margin: 0 10px;
a {
color: $white;
color: rgba($white, 0.72);
&:hover, &:focus {
color: $white;
}
}
&.current-menu-item {
a {
color: $white;
}
}
}
}
}