Commit e01bbc37 authored by Almouhannad's avatar Almouhannad

(F) Match footer bg with header

parent 53365b41
......@@ -8,7 +8,6 @@
/* #region Footer */
.footer {
color: var(--default-color);
background-color: var(--background-color);
border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
font-size: 14px;
position: relative;
......
......@@ -3,6 +3,6 @@
<router-outlet></router-outlet>
<app-footer></app-footer>
<app-footer style="background-color: var(--background-color);"></app-footer>
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment