diff options
author | Marvin Borner | 2020-10-10 23:39:29 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-10 23:39:29 +0200 |
commit | 1ce92e4d07b67db01c8851073f8ace2bae6ff3cd (patch) | |
tree | 1b264301e9d4d5db07c03834443fa3bdc91e9bd3 /auth/public | |
parent | df14518590680fbf54d48a494c873fd7e599e021 (diff) |
Oki, 777 is too light
Diffstat (limited to 'auth/public')
-rw-r--r-- | auth/public/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/public/style.css b/auth/public/style.css index 26622e1..980d4e7 100644 --- a/auth/public/style.css +++ b/auth/public/style.css @@ -4,7 +4,7 @@ body { margin: 0; height: 100%; width: 100%; - color: #777; + color: #424242; line-height: 1.6; background-color: #eec0c6; background-image: linear-gradient(315deg, #eec0c6 0%, #7ee8fa 74%); |