Skip to content

Commit

Permalink
chore: solutions page update 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Sova committed Apr 15, 2024
1 parent 64bacdc commit 9b44aa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/css/solutions/index.css.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,13 @@ section {
margin-left: auto;
margin-right: auto;
[fade] {
opacity: .4;
}
a {
color: currentColor;
text-decoration: none;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/solutions/index.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default htmlMin( /*html*/ `
<section why>${await md('./src/solutions/why.md')}</section>
<section mail>
Contact us:&nbsp;<a href="mailto:[email protected]">[email protected]</a>
<span fade>Contact us:</span>&nbsp;<a href="mailto:[email protected]">[email protected]</a>
</section>
<footer>&copy; ${year} jam-do.org</footer>
Expand Down

0 comments on commit 9b44aa0

Please sign in to comment.