commit 616a1adc2b865e0192a407f9d163e90b82a65a98
parent 1a5aab89e80c0e52af1a7a2cd336db1f765a7ad1
Author: Servail <45024837+Servail@users.noreply.github.com>
Date: Tue, 9 Jul 2019 15:07:27 +0300
Update dirListing.css
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/chrome/global/dirListing/dirListing.css b/src/chrome/global/dirListing/dirListing.css
@@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
:root {
- background-color: rgb(23,23,23);
+ background-color: rgb(0,0,0);
color: #fff;
font: message-box;
padding-left: 2em;
@@ -11,20 +11,20 @@
}
body {
- border: 1px solid rgb(50,50,50);
+ border: 1px solid rgb(64,64,64);
border-radius: 10px;
padding: 3em;
min-width: 30em;
max-width: 65em;
margin: 4em auto;
- background-color: rgb(43,43,43);
+ background-color: rgb(0,0,0);
color: #fff;
}
h1 {
font-size: 160%;
margin: 0 0 .6em;
- border-bottom: 1px solid rgb(50,50,50);
+ border-bottom: 1px solid rgb(64,64,64);
font-weight: normal;
}