diff options
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; |