Skip to content

Commit

Permalink
Even better colors
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Mar 16, 2024
1 parent a0e6f99 commit 03d9a7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
focus:outline-none
bg-white
rounded-lg
border
border-2
border-gray-100
hover:bg-gray-100
hover:text-blue-700
dark:bg-gray-800
dark:text-gray-400
dark:border-gray-400
dark:border-transparent
dark:hover:text-white
dark:hover:bg-gray-700;
}
Expand All @@ -67,7 +67,7 @@
dark:text-white
dark:bg-gray-700
z-10
border-slate-900;
border-slate-200;
}

.btn-outlined.playing {
Expand Down

0 comments on commit 03d9a7d

Please sign in to comment.