hubl/src/scss/_menu.scss

22 lines
317 B
SCSS

#navbarSupportedContent {
ldp-route {
color: white;
cursor: pointer;
}
ldp-route:hover {
text-decoration: underline;
}
ldp-route[active] {
font-weight: bold;
}
}
@media (min-width: 768px) {
#navbarSupportedContent {
ldp-route {
margin: 0px 10px;
}
}
}