Fix footer color in light mode

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2023-09-30 05:02:32 +06:00
parent 1913cf1e9d
commit 46c8a6341f

View file

@ -1,6 +1,6 @@
.footer {
color: get-light-color('muted-text-color') !important;
background-color: get-light-color('bg-primary')-inverse;
background-color: get-light-color('footer-color');
position: relative;
z-index: 9999;