elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

commit a333fb84feb240a48c0bb798e9006c7bfaa06430
parent 3083b57eb7cd13c93ea226dc607daf77934edfc6
Author: Servail <45024837+Servail@users.noreply.github.com>
Date:   Tue,  9 Jul 2019 15:15:57 +0300

Update aboutMemory.css
Diffstat:
Msrc/chrome/global/aboutMemory.css | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/chrome/global/aboutMemory.css b/src/chrome/global/aboutMemory.css @@ -13,7 +13,7 @@ @import url("chrome://global/content/aboutMemory.css"); html { - background: rgb(23,23,23); + background: rgb(0,0,0); font: message-box; } @@ -32,9 +32,9 @@ div.ancillary { div.section { padding: 2em; margin: 1em 0em; - border: 1px solid rgb(50,50,50); + border: 1px solid rgb(64,64,64); border-radius: 10px; - background: rgb(43,43,43); + background: rgb(0,0,0); color: #fff; } @@ -42,9 +42,9 @@ div.opsRow { padding: 0.5em; margin-right: 0.5em; margin-top: 0.5em; - border: 1px solid rgb(50,50,50); + border: 1px solid rgb(64,64,64); border-radius: 10px; - background: rgb(43,43,43); + background: rgb(0,0,0); display: inline-block; color: #fff; } @@ -71,7 +71,7 @@ h1 { } h2 { - background-color: rgb(110,110,110); + background-color: rgb(1,1,1); color: #fff; padding-left: .1em; }