-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
62 lines (58 loc) · 843 Bytes
/
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
58
59
60
61
62
/* css styles */
.navbar-logo {
max-height: 100px;
}
.navbar-container {
height: 130px;
}
.navbar-brand-container {
position: fixed;
left: 50%;
top: 0;
transform: translateX(-410px);
}
.navbar-collapse {
position: fixed;
left: 50%;
transform: translateX(-410px);
bottom: 0;
}
.nav-link: {
color: grey;
}
.nav-link:visited {
color: grey;
}
.active {
color: #77CD6E;
font-weight: bold;
}
.menu-text {
white-space: nowrap;
color: grey;
font-size: 20px;
}
.menu-text:hover {
color: #77CD6E;
font-size: 20px;
}
.menu-text:active {
color: grey;
font-size: 20px;
font-weight: bold;
}
.bi-github {
font-size: 2rem;
}
.bi-github:hover {
color: #77CD6E;
}
.quarto-navbar-tools {
position: fixed;
left: 50%;
transform: translateX(345px);
bottom: 0px;
}
.title {
text-align: center;
}