Skip to content

Commit

Permalink
refactor: link css
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Feb 24, 2024
1 parent f791b74 commit 52c8e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
/* Other changes from vanilla below here */
/* ------------------------------------- */

/* The link on the landing page */
.hero__subtitle a {
.landing-page-hanabi-link {
color: green;
}

Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function HomepageHeader() {
href="https://boardgamegeek.com/boardgame/98778/hanabi"
target="_blank"
rel="noopener noreferrer"
className="ifm-color-primary-dark"
id="landing-page-hanabi-link"
>
Hanabi
</a>
Expand Down

0 comments on commit 52c8e8a

Please sign in to comment.