Files
AdminLTE/scss/dark/_main-header.scss
2021-05-15 01:54:36 +05:30

14 lines
203 B
SCSS

.main-header {
background-color: $dark-alt;
border-bottom-color: tint-color($dark-alt, 10%);
.nav-link {
color: $gray-400-alt;
&:hover,
&:focus {
color: $white-alt;
}
}
}