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

navbar-footer.css « v3 « css - github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 189b45a03571c7891b24c3b3dd5e9202bf2ebb2a (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
/* 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;
}