Loading Please wait...
x
58
1
/* Incognite mode background color and info */
2
3
@-moz-document url("about:privatebrowsing") {
4
5
html.private {
6
--in-content-page-background: #1c1b22 !important;
7
}
8
9
.info {
10
background-color: rgb(255 255 255 / 0.1) !important;
11
}
12
13
}
14
15
16
/* I don't like cyan */
17
18
@-moz-document url-prefix("about:") {
19
20
:root,panel,dialog,window {
21
22
--lwt-toolbarbutton-icon-fill-attention: #4285f4 !important;
23
--button-primary-bgcolor: #4285f4 !important;
24
--button-primary-hover-bgcolor: #7aa9f5 !important;
25
--button-primary-active-bgcolor: #a1c3f9 !important;
26
--in-content-primary-button-background: #4285f4 !important;
27
--in-content-primary-button-background-hover: #7aa9f5 !important;
28
--in-content-primary-button-background-active: #a1c3f9 !important;
29
--input-border-color: #4285f4 !important;
30
--uc-checkbox-checked-bgcolor: #4285f4 !important;
31
--checkbox-checked-bgcolor: #4285f4 !important;
32
--focus-outline-color: #4285f4 !important;
33
--in-content-link-color: #4285f4 !important;
34
--color-accent-primary: #4285f4 !important;
35
--color-accent-primary-hover: #7aa9f5 !important;
36
--color-accent-primary-active: #a1c3f9 !important;
37
38
/* Maybe about:debugging only */
39
--primary-button-background-color: #4285f4 !important;
40
--primary-button-hover-background-color: #7aa9f5 !important;
41
--primary-button-active-background-color: #a1c3f9 !important;
42
43
}
44
45
}
46
47
48
/* "Your Firefox has been updated" (https://www.mozilla.org/zh-CN/firefox/127.0/whatsnew/) */
49
50
@-moz-document url-prefix(" ") {
51
@media (prefers-color-scheme: dark) {
52
.mzp-c-notification-bar.mzp-t-success {
53
background-color: #4285f4 !important;
54
}
55
56
}
57
58
}
Description
No description 😔
RAW Paste Data
Recent Pastes
- userContent.css
CSS Extras | 5 | 1 minute ago
- The Princess and the Frog 2009 VFQ
Plaintext | 15 | 2 hours ago
Advertisement