Files
hugo-profile/static/css/v3/navbar-footer.css
2022-01-26 17:33:09 +05:30

32 lines
481 B
CSS

/* v3 navbar */
.navbar-brand {
color: #007bff !important;
}
.navbar .nav-link:hover {
color: #007bff !important;
}
.navbar-text {
font-size: 16px !important;
}
li> .dropdown-toggle:focus{
color: #007bff !important;
}
/* v2 and v3 footer */
footer {
color: #8392a5;
border-top-width: 1px !important;
border-color: #8392a5;
}
footer a {
color: #8392a5;
}
/* v2 and v3 news */
.news a {
color: #1c2d41;
text-decoration: none;
}