diff options
-rw-r--r-- | README.pdf | bin | 198166 -> 39441 bytes | |||
-rw-r--r-- | app/__pycache__/routes.cpython-38.pyc | bin | 3757 -> 0 bytes | |||
-rw-r--r-- | app/static/styles/default.css | 4 |
3 files changed, 2 insertions, 2 deletions
Binary files differ diff --git a/app/__pycache__/routes.cpython-38.pyc b/app/__pycache__/routes.cpython-38.pyc Binary files differdeleted file mode 100644 index 3ba4e12..0000000 --- a/app/__pycache__/routes.cpython-38.pyc +++ /dev/null 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; |