elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

commit 3f0b36f404a83a6ba46518aae28b7c348757aba9
parent 904616d1ab9619c17e6347cf70759523ccc3ccfa
Author: Servail <45024837+Servail@users.noreply.github.com>
Date:   Tue,  9 Jul 2019 15:04:22 +0300

Update alert.css
Diffstat:
Msrc/chrome/global/alerts/alert.css | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/chrome/global/alerts/alert.css b/src/chrome/global/alerts/alert.css @@ -17,9 +17,9 @@ } #alertBox { - border: 1px solid rgb(75,75,75); + border: 1px solid rgb(64,64,64); border-radius: 0; - background-color: rgb(43,43,43); + background-color: rgb(0,0,0); color: #fff; box-shadow: 0 0 4px rgba(255,255,255,.3); }