Skip to content

Commit

Permalink
Fix runtime link contrast on homepage (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-collinsworth authored Dec 6, 2024
1 parent 26ccbcc commit 43b3d29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,10 @@ body {
}

.runtime-link {
@apply text-runtime-600 decoration-runtime-600/20
hover:decoration-runtime-600;
@apply dark:text-runtime dark:decoration-runtime dark:hover:text-runtime-600
dark:hover:decoration-runtime-600 decoration-1 text-runtime-800
decoration-runtime-800 hover:decoration-runtime-600 hover:text-runtime-600
transition-colors duration-100;
}

.help-link {
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default {
"100": "#d6ffe1",
"200": "#b3ffcd",
"300": "#70ffae",
DEFAULT: "70ffae",
DEFAULT: "#70ffae",
"400": "#32f59a",
"500": "#09dc8b",
"600": "#01b780",
Expand Down

0 comments on commit 43b3d29

Please sign in to comment.