Files
hugo-profile/css/v3/navbar-footer.css
T
hugo-profile bot 5ea0bf477b deploy: 47bc00e9d4
2021-08-09 17:27:10 +00:00

29 lines
419 B
CSS

/* v3 navbar */
.navbar-brand {
color: #007bff !important;
}
.navbar .nav-link:hover {
color: #007bff !important;
}
.navbar-text {
font-size: 16px !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;
}