aboutsummaryrefslogtreecommitdiff
path: root/poll/public/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'poll/public/style.css')
-rw-r--r--poll/public/style.css4
1 files changed, 2 insertions, 2 deletions
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) {