summaryrefslogtreecommitdiff
path: root/src/chrome/global/about.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/global/about.css')
-rw-r--r--src/chrome/global/about.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chrome/global/about.css b/src/chrome/global/about.css
index da99b0d..d590e57 100644
--- a/src/chrome/global/about.css
+++ b/src/chrome/global/about.css
@@ -1,11 +1,11 @@
1html { 1html {
2 background: rgb(0,0,0); 2 background: #181411;
3 padding: 0 1em; 3 padding: 0 1em;
4 font: message-box; 4 font: message-box;
5} 5}
6 6
7body { 7body {
8 color: #fff; 8 color: #bfbbb6;
9 position: relative; 9 position: relative;
10 min-width: 330px; 10 min-width: 330px;
11 max-width: 50em; 11 max-width: 50em;
@@ -14,7 +14,7 @@ body {
14 border-radius: 10px; 14 border-radius: 10px;
15 padding: 3em; 15 padding: 3em;
16 padding-inline-start: 30px; 16 padding-inline-start: 30px;
17 background: rgb(0,0,0); 17 background: #181411;
18} 18}
19 19
20.aboutPageWideContainer { 20.aboutPageWideContainer {
@@ -47,7 +47,7 @@ th, td {
47} 47}
48 48
49a { 49a {
50 color: #fff; 50 color: #bfbbb6;
51} 51}
52 52
53a:hover { 53a:hover {