summaryrefslogtreecommitdiff
path: root/src/chrome/global/dirListing/dirListing.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/global/dirListing/dirListing.css')
-rw-r--r--src/chrome/global/dirListing/dirListing.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/chrome/global/dirListing/dirListing.css b/src/chrome/global/dirListing/dirListing.css
index 6b93d9f..2f286ee 100644
--- a/src/chrome/global/dirListing/dirListing.css
+++ b/src/chrome/global/dirListing/dirListing.css
@@ -3,8 +3,8 @@
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
5:root { 5:root {
6 background-color: rgb(0,0,0); 6 background-color: #181411;
7 color: #fff; 7 color: #bfbbb6;
8 font: message-box; 8 font: message-box;
9 padding-left: 2em; 9 padding-left: 2em;
10 padding-right: 2em; 10 padding-right: 2em;
@@ -17,8 +17,8 @@ body {
17 min-width: 30em; 17 min-width: 30em;
18 max-width: 65em; 18 max-width: 65em;
19 margin: 4em auto; 19 margin: 4em auto;
20 background-color: rgb(0,0,0); 20 background-color: #181411;
21 color: #fff; 21 color: #bfbbb6;
22} 22}
23 23
24h1 { 24h1 {
@@ -30,7 +30,7 @@ h1 {
30 30
31a { 31a {
32 text-decoration: none; 32 text-decoration: none;
33 color: #fff; 33 color: #bfbbb6;
34} 34}
35 35
36a:hover { 36a:hover {