forked from Zonnev/elementaryos-firefox-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
userContent.css
62 lines (60 loc) · 3.41 KB
/
userContent.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
/* ABOUT:HOME - ABOUT:NEWTAB */
@media (prefers-color-scheme: dark) {
@-moz-document url-prefix(about:home), url-prefix(about:newtab) {
body{
--newtab-background-color: #2A2A2E!important;
--newtab-border-primary-color: rgba(249, 249, 250, 0.8)!important;
--newtab-border-secondary-color: rgba(249, 249, 250, 0.1)!important;
--newtab-button-primary-color: #0060DF!important;
--newtab-button-secondary-color: #38383D!important;
--newtab-element-active-color: rgba(249, 249, 250, 0.2)!important;
--newtab-element-hover-color: rgba(249, 249, 250, 0.1)!important;
--newtab-icon-primary-color: rgba(249, 249, 250, 0.8)!important;
--newtab-icon-secondary-color: rgba(249, 249, 250, 0.4)!important;
--newtab-icon-tertiary-color: rgba(249, 249, 250, 0.4)!important;
--newtab-inner-box-shadow-color: rgba(249, 249, 250, 0.2)!important;
--newtab-link-primary-color: #45A1FF!important;
--newtab-link-secondary-color: #50BCB6!important;
--newtab-text-conditional-color: #F9F9FA!important;
--newtab-text-primary-color: #F9F9FA!important;
--newtab-text-secondary-color: rgba(249, 249, 250, 0.8)!important;
--newtab-textbox-background-color: #38383D!important;
--newtab-textbox-border: rgba(249, 249, 250, 0.2)!important;
--newtab-textbox-focus-color: #45A1FF!important;
--newtab-textbox-focus-boxshadow: 0 0 0 1px #45A1FF, 0 0 0 4px rgba(69, 161, 255, 0.3)!important;
--newtab-feed-button-background: #38383D!important;
--newtab-feed-button-text: #F9F9FA!important;
--newtab-feed-button-background-faded: rgba(56, 56, 61, 0.6)!important;
--newtab-feed-button-text-faded: rgba(249, 249, 250, 0)!important;
--newtab-feed-button-spinner: #D7D7DB!important;
--newtab-contextmenu-background-color: #4A4A4F!important;
--newtab-contextmenu-button-color: #2A2A2E!important;
--newtab-modal-color: #2A2A2E!important;
--newtab-overlay-color: rgba(12, 12, 13, 0.8)!important;
--newtab-section-header-text-color: rgba(249, 249, 250, 0.8)!important;
--newtab-section-navigation-text-color: rgba(249, 249, 250, 0.8)!important;
--newtab-section-active-contextmenu-color: #FFF!important;
--newtab-search-border-color: rgba(249, 249, 250, 0.2)!important;
--newtab-search-dropdown-color: #38383D!important;
--newtab-search-dropdown-header-color: #4A4A4F!important;
--newtab-search-header-background-color: rgba(42, 42, 46, 0.95)!important;
--newtab-search-icon-color: rgba(249, 249, 250, 0.6)!important;
--newtab-search-wordmark-color: #FFF!important;
--newtab-topsites-background-color: #38383D!important;
--newtab-topsites-icon-shadow: none!important;
--newtab-topsites-label-color: rgba(249, 249, 250, 0.8)!important;
--newtab-card-active-outline-color: #4A4A4F!important;
--newtab-card-background-color: #38383D!important;
--newtab-card-hairline-color: rgba(249, 249, 250, 0.1)!important;
--newtab-card-placeholder-color: #4A4A4F!important;
--newtab-card-shadow: 0 1px 8px 0 rgba(12, 12, 13, 0.2)!important;
--newtab-snippets-background-color: #38383D!important;
--newtab-snippets-hairline-color: rgba(255, 255, 255, 0.1)!important;
--trailhead-header-text-color: rgba(255, 255, 255, 0.6)!important;
--trailhead-cards-background-color: rgba(12, 12, 13, 0.1)!important;
--trailhead-card-button-background-color: rgba(12, 12, 13, 0.3)!important;
--trailhead-card-button-background-hover-color: rgba(12, 12, 13, 0.5)!important;
--trailhead-card-button-background-active-color: rgba(12, 12, 13, 0.7)!important;
}
}
}