-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
62 lines (49 loc) · 1.79 KB
/
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
@font-face{
font-family:"uber move";
font-style:normal;
font-weight:500;
src:local('Uber Move'),url(https://fonts.cdnfonts.com/s/39553/UberMoveMedium.woff) format('woff')
}
@font-face{
font-family:"uber move";
font-style:normal;
font-weight:700;
src:local('Uber Move'),url(https://fonts.cdnfonts.com/s/39553/UberMoveBold.woff) format('woff')
}
@font-face{font-family:"uber move text";font-style:normal;font-weight:400;src:local('Uber Move Text'),url(https://fonts.cdnfonts.com/s/39554/UberMoveTextRegular.woff) format('woff')}
@font-face{font-family:"uber move text";font-style:normal;font-weight:300;src:local('Uber Move Text'),url(https://fonts.cdnfonts.com/s/39554/UberMoveTextLight.woff) format('woff')}
@font-face{font-family:"uber move text";font-style:normal;font-weight:500;src:local('Uber Move Text'),url(https://fonts.cdnfonts.com/s/39554/UberMoveTextMedium.woff) format('woff')}
@font-face{font-family:"uber move text";font-style:normal;font-weight:700;src:local('Uber Move Text'),url(https://fonts.cdnfonts.com/s/39554/UberMoveTextBold.woff) format('woff')}
html {
font-family: "uber move text", sans-serif !important;
}
div {
font-family: "uber move text", sans-serif !important;
}
span {
font-family: "uber move text", sans-serif !important;
}
button {
font-family: "uber move text", sans-serif !important;
}
.czmYts.RcIconButton-contained {
background-color: #84cc16 !important;
}
.kICbCV .RcTabs-indicator {
background-color: #84cc16 !important;
}
.dEilCj.RcTab-selected {
color: black !important;
}
.jFxsjK.RcListItem-selected, .jFxsjK.RcListItem-selected:hover {
background-color: #e5e7eb !important;
}
.iWFAzj {
color: black !important;
}
.fSrqyK .RcListItemText-primary {
color: black !important;
}
.hQxkZW {
font-family: "uber move text", sans-serif !important;
}