Skip to content

Commit

Permalink
refator(footer): use variables
Browse files Browse the repository at this point in the history
  • Loading branch information
wuda-io committed Jun 5, 2024
1 parent 4e74958 commit a2650dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sass/components/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,11 @@ ul.staggered-list li { opacity: 0; }

// Footer
.page-footer {
padding-top: 20px;
margin-top: 5rem;
padding-top: 5rem;
color: var(--font-on-primary-color-main);
background-color: var(--md-sys-color-primary);
//background-color: var(--md-sys-color-primary);
border-top: 1px dashed var(--md-sys-color-outline-variant);

a {
color: var(--font-on-primary-color-main);
Expand All @@ -353,7 +355,6 @@ ul.staggered-list li { opacity: 0; }
background-color: var(--primary-color-dark);
}
}

.page-footer ul {
padding-left: 0;
list-style-type: none;
Expand Down

0 comments on commit a2650dd

Please sign in to comment.