mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 11:33:20 +01:00
29 lines
332 B
SCSS
29 lines
332 B
SCSS
.header-logo a {
|
|
padding: 0;
|
|
|
|
i {
|
|
line-height: 2em;
|
|
}
|
|
}
|
|
|
|
.navbar .menu a {
|
|
|
|
padding: 0 8px;
|
|
}
|
|
|
|
.navbar .menu .active {
|
|
font-weight: 900;
|
|
color: $navbar-active-color;
|
|
|
|
.dark-theme & {
|
|
color: $navbar-active-color-dark;
|
|
}
|
|
}
|
|
|
|
.navbar-header a:hover,
|
|
.navbar .menu a:hover {
|
|
|
|
background-color: transparent;
|
|
}
|
|
|
|
|