Skip to content

Commit

Permalink
Fix darkmode contrast issue with html mark. (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmartinez287 authored Feb 19, 2024
1 parent d534e38 commit e9e0051
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,8 @@ img {
@apply absolute top-0 left-0 w-full h-full;
}
}

/* DarkMode for mark*/
mark {
@apply dark:bg-[blue]
}

0 comments on commit e9e0051

Please sign in to comment.