summaryrefslogtreecommitdiff
path: root/src/chrome/browser/feeds/subscribe.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/browser/feeds/subscribe.css')
-rw-r--r--src/chrome/browser/feeds/subscribe.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/chrome/browser/feeds/subscribe.css b/src/chrome/browser/feeds/subscribe.css
index a9bf6cd..bd17eaa 100644
--- a/src/chrome/browser/feeds/subscribe.css
+++ b/src/chrome/browser/feeds/subscribe.css
@@ -3,7 +3,7 @@
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4 4
5html { 5html {
6 background: rgb(0,0,0); 6 background: #181411;
7 font: 3mm tahoma,arial,helvetica,sans-serif; 7 font: 3mm tahoma,arial,helvetica,sans-serif;
8} 8}
9 9
@@ -13,14 +13,14 @@ html {
13 padding: 3em; 13 padding: 3em;
14 padding-inline-start: 30px; 14 padding-inline-start: 30px;
15 margin: 2em auto; 15 margin: 2em auto;
16 background: rgb(0,0,0); 16 background: #181411;
17} 17}
18 18
19#feedHeaderContainer { 19#feedHeaderContainer {
20 border: 1px solid rgb(64,64,64); 20 border: 1px solid rgb(64,64,64);
21 border-radius: 10px; 21 border-radius: 10px;
22 margin: -4em auto 0 auto; 22 margin: -4em auto 0 auto;
23 background-color: rgb(0,0,0); 23 background-color: #181411;
24} 24}
25 25
26#feedHeader { 26#feedHeader {
@@ -30,7 +30,7 @@ html {
30 margin-inline-end: 1em; 30 margin-inline-end: 1em;
31 padding-inline-start: 2.9em; 31 padding-inline-start: 2.9em;
32 font-size: 110%; 32 font-size: 110%;
33 color: #fff; 33 color: #bfbbb6;
34} 34}
35 35
36#feedIntroText { 36#feedIntroText {
@@ -40,7 +40,7 @@ html {
40.feedBackground, 40.feedBackground,
41.videoPodcastBackground, 41.videoPodcastBackground,
42.audioPodcastBackground { 42.audioPodcastBackground {
43 background: url("chrome://browser/skin/feeds/feedIcon.svg") 0% 10% no-repeat rgb(0,0,0); 43 background: url("chrome://browser/skin/feeds/feedIcon.svg") 0% 10% no-repeat #181411;
44} 44}
45 45
46#feedHeader[dir="rtl"] { 46#feedHeader[dir="rtl"] {
@@ -71,7 +71,7 @@ html {
71body { 71body {
72 margin: 0; 72 margin: 0;
73 padding: 0 3em; 73 padding: 0 3em;
74 color: #fff; 74 color: #bfbbb6;
75 font: message-box; 75 font: message-box;
76} 76}
77 77
@@ -121,7 +121,7 @@ a[href] img {
121 121
122.link, 122.link,
123a { 123a {
124 color: #fff; 124 color: #bfbbb6;
125 text-decoration: underline; 125 text-decoration: underline;
126 cursor: pointer; 126 cursor: pointer;
127} 127}
@@ -148,7 +148,7 @@ a:hover:active {
148 border: rgb(64,64,64); 148 border: rgb(64,64,64);
149 padding: 1em; 149 padding: 1em;
150 margin: 1em auto; 150 margin: 1em auto;
151 background: rgb(0,0,0); 151 background: #181411;
152} 152}
153 153
154.enclosure { 154.enclosure {