elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

commit 920e9f49aeb6ffe4b6a9f0e83801a234c82c8e22
parent c7fa12fe491903e59891e1c7d694e025edae1508
Author: Servail <45024837+Servail@users.noreply.github.com>
Date:   Tue,  9 Jul 2019 14:43:01 +0300

Update aboutCertError.css
Diffstat:
Msrc/chrome/browser/aboutCertError.css | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/chrome/browser/aboutCertError.css b/src/chrome/browser/aboutCertError.css @@ -4,7 +4,7 @@ html { - background: rgb(43, 43, 43); + background: rgb(0, 0, 0); } body { @@ -16,7 +16,7 @@ body { h1 { margin: 0 0 .6em 0; - border-bottom: 1px solid rgb(75, 75, 75); + border-bottom: 1px solid rgb(64, 64, 64); font-size: 160%; } @@ -33,7 +33,7 @@ h2 { border-radius: 10px; padding: 3em; padding-inline-start: 30px; - background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat rgb(50, 50, 50); + background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat rgb(0, 0, 0); background-origin: content-box; }