diff options
Diffstat (limited to 'website/_sass/footer.scss')
-rw-r--r-- | website/_sass/footer.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/_sass/footer.scss b/website/_sass/footer.scss index 32b265a44..ec2ba5e20 100644 --- a/website/_sass/footer.scss +++ b/website/_sass/footer.scss @@ -1,7 +1,7 @@ .footer { margin-top: 40px; - background-color: #222222; - color: #ffffff; + background-color: #222; + color: #fff; padding: 20px; a { |