-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
75 lines (63 loc) · 1.2 KB
/
custom.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
63
64
65
66
67
68
69
70
71
72
73
74
75
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:[email protected]&display=swap');
body,
button,
li,
p,
a,
span {
font-family: "Source Sans 3", serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Source Sans 3", serif;
font-optical-sizing: auto;
font-weight: 600;
}
strong {
font-weight: 500;
}
hr {
display: block;
height: 2px;
border: 0;
border-top: 1px solid rgba(30, 30, 30, 1);
margin-top: 10px;
margin-bottom: 25px;
padding: 0;
}
[class^="Layout_content"] > h1 > span {
display: none;
}
input,
[class^="ItemList_link"]:hover,
[class*="ItemList_isActive"] {
background-color: rgba(30, 30, 30,1) !important;
color: rgba(240, 240, 240,1) !important;
}
input:active,
input:focus {
background-color: rgba(10, 10, 10,1) !important;
color: rgba(240, 240, 240,1) !important;
border: none;
}
[class^="QueryFilter_icon"],
[class*="Navigation_icon"] {
opacity: 0.8;
}
[class^="Footer_branding"] {
justify-content: space-between !important;
}
[class^="Footer_logo"] {
width: 100px !important;
height: auto !important;
}
[class^="Footer_branding"] > p {
text-align: center !important;
}