diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-24 16:05:22 -0500 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-24 16:05:22 -0500 |
commit | f4f7354e7096f70b7386f4e7b927fbfb697a08d4 (patch) | |
tree | f7c02bb6995c946999dcfe1fc6a9fe971d4450e9 | |
parent | cbbeafb8a0c53ddea92684021ead9bc08fa75d37 (diff) |
changed background color
-rw-r--r-- | views/stylesheets/authentication.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/stylesheets/authentication.css b/views/stylesheets/authentication.css index 30a99563e..e84deb531 100644 --- a/views/stylesheets/authentication.css +++ b/views/stylesheets/authentication.css @@ -10,7 +10,7 @@ label { body { /* background-color: #ccbbcc; */ - background-color: #bf0000; + background-color: #251f1f; } #logo { |