diff options
| author | real-zephex <[email protected]> | 2024-03-30 12:04:42 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-30 12:04:42 +0530 |
| commit | b97c89c5d32dde62867dbfcdfe84faa56a316cc5 (patch) | |
| tree | 8c69e970dc3e7111f3614938fdbb5b90dca4561e /src/app/components/footer | |
| parent | fix: minor css fix for light mode users (diff) | |
| download | dramalama-b97c89c5d32dde62867dbfcdfe84faa56a316cc5.tar.xz dramalama-b97c89c5d32dde62867dbfcdfe84faa56a316cc5.zip | |
fixes: temporrarily disabled the image proxy server for faster image loading, also changed the background color
Diffstat (limited to 'src/app/components/footer')
| -rw-r--r-- | src/app/components/footer/footer.module.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/footer/footer.module.css b/src/app/components/footer/footer.module.css index 8547873..75c9432 100644 --- a/src/app/components/footer/footer.module.css +++ b/src/app/components/footer/footer.module.css @@ -3,7 +3,7 @@ left: 0; bottom: 0; width: 100%; - background-color: #161616; + background-color: #1a1a1a; color: white; text-align: center; } |