-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathstyle.css
More file actions
61 lines (51 loc) · 1.25 KB
/
style.css
File metadata and controls
61 lines (51 loc) · 1.25 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
#navbar a[href="https://dashboard.helius.dev"] {
background-color: #26262b;
padding: 6px 6px 6px 16px;
border-radius: 9999px;
text-decoration: none;
font-weight: 600;
transition: background-color 0.3s ease;
}
#navbar a[href="https://dashboard.helius.dev"]:hover {
background-color: #3e3e47;
}
#navbar a[href="https://dashboard.helius.dev"] > div {
color: #fff;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 450 !important;
font-style: normal !important;
}
#navigation-items {
padding-left: 1rem;
padding-right: 1rem;
}
#footer a {
max-width: none !important;
}
.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
border-color: rgb(var(--primary-light) / 0.8);
}
.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):hover {
border-color: rgb(var(--primary-light) / 1);
}
#banner {
background-color: #0F0F0F;
}
/* Widen sidebar to fit getTransactionsForAddress 🔥 */
aside,
nav,
[class*="sidebar"],
#navigation-items {
min-width: 280px !important;
width: 280px !important;
}
/* Target the parent flex container */
.flex aside:first-child,
.lg\:flex aside,
div[class*="w-64"],
div[class*="w-72"] {
min-width: 280px !important;
width: 280px !important;
max-width: 280px !important;
}