diff options
| author | Vineet Kumar <git@vineetk.net> | 2022-08-29 17:02:12 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-05-14 17:02:12 -0400 |
| commit | 199c684366d6cf7431513ff15bae9861166a3a19 (patch) | |
| tree | ab143c779ca20d6ba39be37b2ee2b93b2802cfa2 /src/chrome/browser/aboutCertError.css | |
| parent | 48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff) | |
Diffstat (limited to 'src/chrome/browser/aboutCertError.css')
| -rw-r--r-- | src/chrome/browser/aboutCertError.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/chrome/browser/aboutCertError.css b/src/chrome/browser/aboutCertError.css index 17ed964..d5264d0 100644 --- a/src/chrome/browser/aboutCertError.css +++ b/src/chrome/browser/aboutCertError.css | |||
| @@ -4,13 +4,13 @@ | |||
| 4 | 4 | ||
| 5 | 5 | ||
| 6 | html { | 6 | html { |
| 7 | background: rgb(0, 0, 0); | 7 | background: #181411; |
| 8 | } | 8 | } |
| 9 | 9 | ||
| 10 | body { | 10 | body { |
| 11 | margin: 0; | 11 | margin: 0; |
| 12 | padding: 0 1em; | 12 | padding: 0 1em; |
| 13 | color: #fff; | 13 | color: #bfbbb6; |
| 14 | font: message-box; | 14 | font: message-box; |
| 15 | } | 15 | } |
| 16 | 16 | ||
| @@ -33,7 +33,7 @@ h2 { | |||
| 33 | border-radius: 10px; | 33 | border-radius: 10px; |
| 34 | padding: 3em; | 34 | padding: 3em; |
| 35 | padding-inline-start: 30px; | 35 | padding-inline-start: 30px; |
| 36 | background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat rgb(0, 0, 0); | 36 | background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat #181411; |
| 37 | background-origin: content-box; | 37 | background-origin: content-box; |
| 38 | } | 38 | } |
| 39 | 39 | ||
