Skip to content

Commit

Permalink
docs: adapter card text color on hover when on dark mode (#7672)
Browse files Browse the repository at this point in the history
  • Loading branch information
anampartho committed May 29, 2023
1 parent 461b52e commit 17e2c2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/css/adapters.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ html[data-theme="dark"] .adapter-card {
color: #f5f5f5;
}

html[data-theme="dark"] .adapter-card:hover,
.adapter-card:hover {
text-decoration: none;
color: black;
Expand Down

1 comment on commit 17e2c2f

@vercel
Copy link

@vercel vercel bot commented on 17e2c2f May 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.