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/global/netError.css | |
| parent | 48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff) | |
Diffstat (limited to 'src/chrome/global/netError.css')
| -rw-r--r-- | src/chrome/global/netError.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chrome/global/netError.css b/src/chrome/global/netError.css index 06f58db..326ad5b 100644 --- a/src/chrome/global/netError.css +++ b/src/chrome/global/netError.css | |||
| @@ -8,13 +8,13 @@ | |||
| 8 | */ | 8 | */ |
| 9 | 9 | ||
| 10 | html { | 10 | html { |
| 11 | background: rgb(0,0,0); | 11 | background: #181411; |
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | body { | 14 | body { |
| 15 | margin: 0; | 15 | margin: 0; |
| 16 | padding: 0 1em; | 16 | padding: 0 1em; |
| 17 | color: #fff; | 17 | color: #bfbbb6; |
| 18 | font: message-box; | 18 | font: message-box; |
| 19 | } | 19 | } |
| 20 | 20 | ||
| @@ -114,8 +114,8 @@ body[dir="rtl"] #errorPageContainer { | |||
| 114 | } | 114 | } |
| 115 | 115 | ||
| 116 | #securityOverrideContent { | 116 | #securityOverrideContent { |
| 117 | background-color: rgb(0,0,0); | 117 | background-color: #181411; |
| 118 | color: #fff; | 118 | color: #bfbbb6; |
| 119 | padding: 10px; | 119 | padding: 10px; |
| 120 | border-radius: 10px; | 120 | border-radius: 10px; |
| 121 | } | 121 | } |
