diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-06-07 20:27:38 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-06-07 20:27:38 -0700 |
commit | 5f7fb5ed5e592acdd9e7d9a4ca3113080cb45f70 (patch) | |
tree | 2a20585b1924c939fadd3bfa9d5508117a94f4f8 /app/static/styles | |
parent | cb1819e91419e6385658a2107d4e8422dd632c54 (diff) |
CSS update?
Diffstat (limited to 'app/static/styles')
-rw-r--r-- | app/static/styles/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/static/styles/default.css b/app/static/styles/default.css index 05413f6..dbfba09 100644 --- a/app/static/styles/default.css +++ b/app/static/styles/default.css @@ -2,8 +2,8 @@ --primary-color: #003B5C; --secondary-color: #C3D7EE; --home: #c8c8c8; - --yes: #5cff5c; - --no: #ff5c5c; + --yes: #80FF80; + --no: #FF8080; font-size: 18; --fast-speed: 0.2s; --med-speed: 0.4s; |