Skip to content

Commit

Permalink
Style(HTML, SCSS) Code style edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorSvertoka committed Jun 23, 2024
1 parent 7cf22ba commit cdc3052
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/css/layout/09-footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,14 @@
color: rgba(255, 255, 255, 0.6);
}

.footer__text--privacy:hover {
color: var(--color-green);
}

.footer__text--terms:hover {
color: var(--color-green);
}

.footer-text__wrap {
display: flex;
text-align: right;
Expand Down
4 changes: 2 additions & 2 deletions src/partials/09-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
©2023 English Excellence. All rights reserved.
</p>
<div class="footer-text__wrap">
<p class="footer__text footer__text--privacy">Privacy Policy</p>
<p class="footer__text footer__text--terms">Terms of Service</p>
<a class="footer__text footer__text--privacy">Privacy Policy</a>
<a class="footer__text footer__text--terms">Terms of Service</a>
</div>
</div>
</div>
Expand Down

0 comments on commit cdc3052

Please sign in to comment.