Skip to content

Commit

Permalink
assets: Add custom SCSS to override footer
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimrocha committed Oct 4, 2023
1 parent b73009e commit f2a5755
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions assets/scss/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
@import './main';

.footer {
a:hover {
color: $branding-main;
}

&__copyright {
> p {
a {
color: $white;
text-decoration: underline;

&:hover {
color: $branding-main;
text-decoration: none;
}
}
}
}
}

0 comments on commit f2a5755

Please sign in to comment.