Fix footer color in light mode
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
1913cf1e9d
commit
46c8a6341f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue