Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
credit in the footer light mod fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjokoren-ow committed Jul 15, 2024
1 parent 4178507 commit d178a18
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/components/footer/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,26 +152,11 @@
}

span {
color: var(--color-220);
color: var(--color-neutral-80);
font-size: 14px;
}
}

}
}

html[data-theme=dark] {
.site-footer {

.site-footer-social {
background-color: var(--color-120);

.copyright {
span {
color: var(--color-neutral-80);
}
}

}
}
}

0 comments on commit d178a18

Please sign in to comment.