Commit e01bbc37 authored by Almouhannad's avatar Almouhannad

(F) Match footer bg with header

parent 53365b41
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
/* #region Footer */ /* #region Footer */
.footer { .footer {
color: var(--default-color); color: var(--default-color);
background-color: var(--background-color);
border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%); border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
font-size: 14px; font-size: 14px;
position: relative; position: relative;
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
<router-outlet></router-outlet> <router-outlet></router-outlet>
<app-footer></app-footer> <app-footer style="background-color: var(--background-color);"></app-footer>
</div> </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