Skip to content

Commit

Permalink
Actually remove the background colour changing because it looks bad
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdales committed Nov 8, 2023
1 parent af485ec commit 8106497
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ input {

&:hover {
border-color: var(--accent, var(--neutral-5));
background-color: var(--bg-accent, var(--neutral-6));
box-shadow: 0 0 var(--space-1) 0 oklch(20% 0.01 250 / 10%);
}

Expand Down Expand Up @@ -539,21 +538,17 @@ input {

&.red {
--accent: var(--red);
--bg-accent: var(--red-7);
}

&.blue {
--accent: var(--blue);
--bg-accent: var(--blue-7);
}

&.green {
--accent: var(--green);
--bg-accent: var(--green-7);
}

&.yellow {
--accent: var(--yellow);
--bg-accent: var(--yellow-7);
}
}

0 comments on commit 8106497

Please sign in to comment.