forked from mayan-finance/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
23 lines (18 loc) · 662 Bytes
/
style.css
File metadata and controls
23 lines (18 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
li[id="topbar-cta-button"] > a > div > span {
color: #1A1A1F !important;
}
li[id="topbar-cta-button"] > a > div > svg > path {
stroke: #1A1A1F !important;
}
.dark li[id="topbar-cta-button"] > a > div > span {
color: #1A1A1F !important;
}
li[id="topbar-cta-button"] > a > span {
background: linear-gradient(90deg, #aeefff 0%, #e0bfff 30%, #fff6b3 65%, #f8ffe5 100%) !important;
}
.dark li[id="topbar-cta-button"] > a > span {
background: linear-gradient(90deg, #aeefff 0%, #e0bfff 25%, #fff6b3 50%, #ffffff 100%) !important;
}
.dark div[id="navbar"] > div {
background-color: #25252B !important;
}