diff options
| author | Servail <45024837+Servail@users.noreply.github.com> | 2019-07-09 16:00:10 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-09 16:00:10 +0300 |
| commit | c174cef8460375276d3f7215a250daacfab4f559 (patch) | |
| tree | dbc176f29bc25e08d7c5eb1e6f252adf9c36e361 | |
| parent | ff98dd38751ac6f6e9c9f46835cb1cbd95d278b4 (diff) | |
Update netError.css
| -rw-r--r-- | src/chrome/global/netError.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/chrome/global/netError.css b/src/chrome/global/netError.css index ce8e623..06f58db 100644 --- a/src/chrome/global/netError.css +++ b/src/chrome/global/netError.css | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | */ | 8 | */ |
| 9 | 9 | ||
| 10 | html { | 10 | html { |
| 11 | background: rgb(23,23,23); | 11 | background: rgb(0,0,0); |
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | body { | 14 | body { |
| @@ -20,7 +20,7 @@ body { | |||
| 20 | 20 | ||
| 21 | h1 { | 21 | h1 { |
| 22 | margin: 0 0 .6em 0; | 22 | margin: 0 0 .6em 0; |
| 23 | border-bottom: 1px solid rgb(50,50,50); | 23 | border-bottom: 1px solid rgb(64,64,64); |
| 24 | font-size: 160%; | 24 | font-size: 160%; |
| 25 | } | 25 | } |
| 26 | 26 | ||
| @@ -43,7 +43,7 @@ ul { | |||
| 43 | min-width: 13em; | 43 | min-width: 13em; |
| 44 | max-width: 52em; | 44 | max-width: 52em; |
| 45 | margin: 4em auto; | 45 | margin: 4em auto; |
| 46 | border: 1px solid rgb(50,50,50); | 46 | border: 1px solid rgb(64,64,64); |
| 47 | border-radius: 10px; | 47 | border-radius: 10px; |
| 48 | padding: 3em; | 48 | padding: 3em; |
| 49 | padding-inline-start: 30px; | 49 | padding-inline-start: 30px; |
| @@ -69,7 +69,7 @@ body[dir="rtl"] #errorPageContainer { | |||
| 69 | 69 | ||
| 70 | #errorShortDesc > p { | 70 | #errorShortDesc > p { |
| 71 | overflow: auto; | 71 | overflow: auto; |
| 72 | border-bottom: 1px solid rgb(50,50,50); | 72 | border-bottom: 1px solid rgb(64,64,64); |
| 73 | padding-bottom: 1em; | 73 | padding-bottom: 1em; |
| 74 | font-size: 130%; | 74 | font-size: 130%; |
| 75 | white-space: pre-wrap; | 75 | white-space: pre-wrap; |
| @@ -114,7 +114,7 @@ body[dir="rtl"] #errorPageContainer { | |||
| 114 | } | 114 | } |
| 115 | 115 | ||
| 116 | #securityOverrideContent { | 116 | #securityOverrideContent { |
| 117 | background-color: rgb(43,43,43); | 117 | background-color: rgb(0,0,0); |
| 118 | color: #fff; | 118 | color: #fff; |
| 119 | padding: 10px; | 119 | padding: 10px; |
| 120 | border-radius: 10px; | 120 | border-radius: 10px; |
| @@ -134,7 +134,7 @@ body[dir="rtl"] #errorPageContainer { | |||
| 134 | } | 134 | } |
| 135 | 135 | ||
| 136 | :root.blacklist { | 136 | :root.blacklist { |
| 137 | background: #333; | 137 | background: #000; |
| 138 | } | 138 | } |
| 139 | 139 | ||
| 140 | :root.blacklist #errorTryAgain { | 140 | :root.blacklist #errorTryAgain { |
