diff options
| author | Servail <45024837+Servail@users.noreply.github.com> | 2019-07-09 15:15:57 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-09 15:15:57 +0300 |
| commit | a333fb84feb240a48c0bb798e9006c7bfaa06430 (patch) | |
| tree | 313d9e63654ca9ccbc9fe9fa9e74c1697699b22c | |
| parent | 3083b57eb7cd13c93ea226dc607daf77934edfc6 (diff) | |
Update aboutMemory.css
| -rw-r--r-- | src/chrome/global/aboutMemory.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/chrome/global/aboutMemory.css b/src/chrome/global/aboutMemory.css index 782f7e2..276e97e 100644 --- a/src/chrome/global/aboutMemory.css +++ b/src/chrome/global/aboutMemory.css | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | @import url("chrome://global/content/aboutMemory.css"); | 13 | @import url("chrome://global/content/aboutMemory.css"); |
| 14 | 14 | ||
| 15 | html { | 15 | html { |
| 16 | background: rgb(23,23,23); | 16 | background: rgb(0,0,0); |
| 17 | font: message-box; | 17 | font: message-box; |
| 18 | } | 18 | } |
| 19 | 19 | ||
| @@ -32,9 +32,9 @@ div.ancillary { | |||
| 32 | div.section { | 32 | div.section { |
| 33 | padding: 2em; | 33 | padding: 2em; |
| 34 | margin: 1em 0em; | 34 | margin: 1em 0em; |
| 35 | border: 1px solid rgb(50,50,50); | 35 | border: 1px solid rgb(64,64,64); |
| 36 | border-radius: 10px; | 36 | border-radius: 10px; |
| 37 | background: rgb(43,43,43); | 37 | background: rgb(0,0,0); |
| 38 | color: #fff; | 38 | color: #fff; |
| 39 | } | 39 | } |
| 40 | 40 | ||
| @@ -42,9 +42,9 @@ div.opsRow { | |||
| 42 | padding: 0.5em; | 42 | padding: 0.5em; |
| 43 | margin-right: 0.5em; | 43 | margin-right: 0.5em; |
| 44 | margin-top: 0.5em; | 44 | margin-top: 0.5em; |
| 45 | border: 1px solid rgb(50,50,50); | 45 | border: 1px solid rgb(64,64,64); |
| 46 | border-radius: 10px; | 46 | border-radius: 10px; |
| 47 | background: rgb(43,43,43); | 47 | background: rgb(0,0,0); |
| 48 | display: inline-block; | 48 | display: inline-block; |
| 49 | color: #fff; | 49 | color: #fff; |
| 50 | } | 50 | } |
| @@ -71,7 +71,7 @@ h1 { | |||
| 71 | } | 71 | } |
| 72 | 72 | ||
| 73 | h2 { | 73 | h2 { |
| 74 | background-color: rgb(110,110,110); | 74 | background-color: rgb(1,1,1); |
| 75 | color: #fff; | 75 | color: #fff; |
| 76 | padding-left: .1em; | 76 | padding-left: .1em; |
| 77 | } | 77 | } |
