Welcome to mirror list, hosted at ThFree Co, Russian Federation.

header.css « css « static - github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c611530450f8f7bd8223ba79aefdaf812b5fa7fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.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;
    opacity: 0.95;
}
.nav-link{
    transition: none !important;
}
.navbar-brand {
    color: var(--primary-color) !important;
    opacity: 0.95;
} 
.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;
}