-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathcustom.css
More file actions
51 lines (42 loc) · 1.03 KB
/
custom.css
File metadata and controls
51 lines (42 loc) · 1.03 KB
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
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html {
--font-family: "Public Sans", -apple-system, Helvetica Neue, sans-serif;
--font-family-monospace: "Fira Code", SFMono-Regular, SF Mono, Menlo, Consolas,
monospace;
--primary-color: rgb(10, 37, 159);
--primary-dark-color: rgb(22, 35, 89);
--primary-light-color: rgb(172, 175, 191);
--fragment-link: var(--primary-color);
}
#main-nav {
border-bottom: none;
}
#projectname {
display: flex;
gap: 0.35em;
}
#projectnumber {
background-color: #eee;
border-radius: var(--border-radius-medium);
padding-right: 0.5em;
padding-left: 0.25em;
}
#nav-sync {
display: none;
}
#nav-tree {
border-color: var(--separator-color);
}
#page-nav {
background-color: var(--side-nav-background);
border-left: none;
}
ul.page-outline li.vis {
background-color: rgba(0, 0, 0, 0.025);
}
.arrow {
vertical-align: unset;
text-align: unset;
margin-right: 0;
height: unset;
}