-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
78 lines (67 loc) · 1.33 KB
/
styles.css
File metadata and controls
78 lines (67 loc) · 1.33 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
html {
font-size: 14px;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-ms-overflow-style: scrollbar;
}
body {
font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
Arial, sans-serif;
color: rgba(24, 13, 67, 1);
font-size: 14px;
font-weight: 400;
line-height: 1.5;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
Arial, sans-serif;
}
.main-content a {
color: #5d21d2 !important;
text-decoration: none !important;
background-color: transparent !important;
}
.main-content a:hover {
color: #551ec0 !important;
text-decoration: underline !important;
}
.main-content a:active {
color: #4d1baf !important;
}
.sidebar a {
color: #180d43 !important;
text-decoration: none !important;
}
.mb-3 {
color: #180d43 !important;
padding: 10px;
}
.mb-3 > a {
color: #180d43;
text-decoration: none;
background-color: transparent;
}
.mb-3:has(a.fw-bold) {
background: rgba(122, 63, 241, 0.08);
}
.mb-3:has(a[aria-current="page"]) {
background: rgba(122, 63, 241, 0.08);
}
.sidebar a[aria-current]::before {
background: #180d43 !important;
top: 0 !important;
}