commit 3083b57eb7cd13c93ea226dc607daf77934edfc6
parent d04153900357a8480fa36137d30c38593cf3da26
Author: Servail <45024837+Servail@users.noreply.github.com>
Date: Tue, 9 Jul 2019 15:14:14 +0300
Update about.css
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/chrome/global/about.css b/src/chrome/global/about.css
@@ -1,5 +1,5 @@
html {
- background: rgb(23,23,23);
+ background: rgb(0,0,0);
padding: 0 1em;
font: message-box;
}
@@ -10,11 +10,11 @@ body {
min-width: 330px;
max-width: 50em;
margin: 4em auto;
- border: 1px solid rgb(50,50,50);
+ border: 1px solid rgb(64,64,64);
border-radius: 10px;
padding: 3em;
padding-inline-start: 30px;
- background: rgb(43,43,43);
+ background: rgb(0,0,0);
}
.aboutPageWideContainer {