-
Notifications
You must be signed in to change notification settings - Fork 3
/
styles.css
57 lines (47 loc) · 1.01 KB
/
styles.css
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/* css styles */
/* right-hand table of contents */
.sidebar nav[role="doc-toc"] ul > li > a {
color: grey !important;
}
/* highlighting currently active entry */
.sidebar nav[role="doc-toc"] ul > li > a.active {
font-weight: bold;
background-color: #f3fae9;
}
b,strong {
font-weight: bold;
color: black;
}
.navbar-logo {
width: auto;
max-height: 100%;
align-items: baseline;
}
.nav-link{
color:white !important;
text-color:white !important;
}
.navbar{
text-color: white;
background-image: linear-gradient(to right,white,#0087af,#18a603);
}
/* unfold hamburger menu on the right */
.navbar-collapse {
text-align: right;
}
/* footer text-color & background */
.nav-footer{
padding-top: 0rem;
padding-bottom: 0rem;
align-items: center;
color: black !important;
background-image: linear-gradient(to right,white,#ebf4f7,#0087af);
}
/* footer icons */
.nav-footer li.nav-item a.nav-link{
color: black !important;
}
/* footer links */
.nav-footer a:link{
color: black !important;
}