diff options
| author | Servail <45024837+Servail@users.noreply.github.com> | 2019-07-09 15:07:27 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-09 15:07:27 +0300 |
| commit | 616a1adc2b865e0192a407f9d163e90b82a65a98 (patch) | |
| tree | 747b59429172d342b21862f6feebcc9e02f2b5da | |
| parent | 1a5aab89e80c0e52af1a7a2cd336db1f765a7ad1 (diff) | |
Update dirListing.css
| -rw-r--r-- | src/chrome/global/dirListing/dirListing.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chrome/global/dirListing/dirListing.css b/src/chrome/global/dirListing/dirListing.css index 1e74ae9..6b93d9f 100644 --- a/src/chrome/global/dirListing/dirListing.css +++ b/src/chrome/global/dirListing/dirListing.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 | ||
| 5 | :root { | 5 | :root { |
| 6 | background-color: rgb(23,23,23); | 6 | background-color: rgb(0,0,0); |
| 7 | color: #fff; | 7 | color: #fff; |
| 8 | font: message-box; | 8 | font: message-box; |
| 9 | padding-left: 2em; | 9 | padding-left: 2em; |
| @@ -11,20 +11,20 @@ | |||
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | body { | 13 | body { |
| 14 | border: 1px solid rgb(50,50,50); | 14 | border: 1px solid rgb(64,64,64); |
| 15 | border-radius: 10px; | 15 | border-radius: 10px; |
| 16 | padding: 3em; | 16 | padding: 3em; |
| 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(43,43,43); | 20 | background-color: rgb(0,0,0); |
| 21 | color: #fff; | 21 | color: #fff; |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | h1 { | 24 | h1 { |
| 25 | font-size: 160%; | 25 | font-size: 160%; |
| 26 | margin: 0 0 .6em; | 26 | margin: 0 0 .6em; |
| 27 | border-bottom: 1px solid rgb(50,50,50); | 27 | border-bottom: 1px solid rgb(64,64,64); |
| 28 | font-weight: normal; | 28 | font-weight: normal; |
| 29 | } | 29 | } |
| 30 | 30 | ||
