-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patharchlinux.css
More file actions
43 lines (38 loc) 路 1.2 KB
/
Copy patharchlinux.css
File metadata and controls
43 lines (38 loc) 路 1.2 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
@-moz-document domain("archlinux.org") {
/* top bar */
#archnavbar {
--archnavbar-background-color: var(
--refox-background-extra,
#333
) !important;
}
/* body */
body {
background: var(--refox-background, #f6f9fc) !important;
color: var(--refox-text, #222) !important;
}
/* home widget box */
div.box {
background: var(--refox-background-light, #ecf2f5) !important;
border: 1px solid var(--refox-background-extra, #bcd) !important;
}
/* date time home news below */
dl dt {
color: var(--refox-accent-secondary, #333) !important;
}
/* highlighted text */
code {
background: var(--refox-background-extra, #ffd) !important;
}
/* packages table */
.results th {
background: var(--refox-background-extra, #fff) !important;
border-bottom: 1px solid var(--refox-background, #999) !important;
}
.results tr:nth-child(2n + 1 of :not([hidden])) {
background: var(--refox-background-extra, #fff) !important;
}
.results tr:nth-child(2n of :not([hidden])) {
background: var(--refox-background-light, #e4eeff) !important;
}
}