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 | |
parent | df14518590680fbf54d48a494c873fd7e599e021 (diff) |
Oki, 777 is too light
-rw-r--r-- | admin/public/style.css | 2 | ||||
-rw-r--r-- | auth/public/style.css | 2 | ||||
-rw-r--r-- | mottovote/public/style.css | 2 | ||||
-rw-r--r-- | overview/public/style.css | 2 | ||||
-rw-r--r-- | poll/public/style.css | 4 | ||||
-rw-r--r-- | profile/public/style.css | 2 | ||||
-rw-r--r-- | quotes/public/style.css | 4 |
7 files changed, 9 insertions, 9 deletions
diff --git a/admin/public/style.css b/admin/public/style.css index e7941e0..e18342e 100644 --- a/admin/public/style.css +++ b/admin/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%); 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%); diff --git a/mottovote/public/style.css b/mottovote/public/style.css index 3ac011d..01c368f 100644 --- a/mottovote/public/style.css +++ b/mottovote/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%); diff --git a/overview/public/style.css b/overview/public/style.css index 10e2ac9..df01e27 100644 --- a/overview/public/style.css +++ b/overview/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%); diff --git a/poll/public/style.css b/poll/public/style.css index bd455f4..7ed68b6 100644 --- a/poll/public/style.css +++ b/poll/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%); @@ -30,7 +30,7 @@ input, button, select { width: 100%; - color: #777; + color: #424242; } @media only screen and (max-width: 700px) { diff --git a/profile/public/style.css b/profile/public/style.css index 0ea9c37..825cf24 100644 --- a/profile/public/style.css +++ b/profile/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%); diff --git a/quotes/public/style.css b/quotes/public/style.css index 483289a..a4eaf19 100644 --- a/quotes/public/style.css +++ b/quotes/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%); @@ -54,7 +54,7 @@ input, button, select { width: 100%; - color: #777; + color: #424242; } @media only screen and (max-width: 700px) { |