-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathclaude.css
More file actions
31 lines (31 loc) 路 1.08 KB
/
Copy pathclaude.css
File metadata and controls
31 lines (31 loc) 路 1.08 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
@-moz-document domain("claude.ai") {
.cds-root {
--cds-gray-0: var(--refox-text-focus, #cccccc) !important;
--cds-gray-700: var(--refox-background-light, #1e1e1e) !important;
--cds-gray-900: var(--refox-background-extra, #2a2a2a) !important;
}
.bg-bg-000 {
background-color: var(--refox-background-light, #1e1e1e) !important;
}
.bg-bg-100 {
background-color: var(--refox-background, #121212) !important;
}
.hover\:bg-bg-100:hover {
background-color: var(--refox-background-extra, #2a2a2a) !important;
}
.bg-bg-300 {
background-color: var(--refox-background, #121212) !important;
}
._ghost_10ocf_96 {
--button-hover-bg: var(--refox-background-light, #1e1e1e) !important;
}
.text-text-100 {
color: var(--refox-text, #ffffff) !important;
}
.data-\[popup-open\]\:bg-bg-400[data-popup-open] {
background-color: var(--refox-background-extra, #333333) !important;
}
.border-border-200 {
border-color: var(--refox-background-extra, #333333) !important;
}
}