Files
hugo-profile/static/css/header.css
T
2022-02-05 10:34:48 +05:30

28 lines
572 B
CSS

.navbar-toggler {
border: none;
outline: none;
}
.navbar-toggler svg {
fill: currentColor;
}
.navbar-toggler:focus {
box-shadow: 0 0 0 .05em;
}
.navbar-text {
font-size: 16px !important;
}
.nav-link{
transition: none !important;
}
.navbar-brand {
color: var(--primary-color) !important;
}
.navbar .nav-link:hover {
color: var(--primary-color) !important;
}
li> .dropdown-toggle:focus{
color: var(--primary-color) !important;
}
.dropdown-item:hover {
background-color: var(--secondary-color) !important;
}