Skip to content

Commit

Permalink
refactor(css): move hyperlink styling to shared
Browse files Browse the repository at this point in the history
  • Loading branch information
tinnamchoi committed Jun 25, 2024
1 parent 3009c56 commit 6a60e17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions shared.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ body {
color: white;
font-family: 'Rubik', sans-serif;
}

a {
/* style hyperlinks */
color: white;
text-shadow: white 0px 0px 10px;
}
3 changes: 0 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ body {
}

a {
/* style hyperlinks */
color: white;
text-shadow: white 0px 0px 10px;
pointer-events: none;
transition: 0s pointer-events;
}
Expand Down

0 comments on commit 6a60e17

Please sign in to comment.