Skip to content

Commit

Permalink
Fix Counter Background Color
Browse files Browse the repository at this point in the history
  • Loading branch information
itsonlyjames committed Oct 25, 2024
1 parent 06bc4ab commit c9e6df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
align-self: center;
position: absolute;
right: var(--size-4-5);
background-color: var(--code-background);
background-color: var(--background-primary-alt);
border-radius: 4px;
opacity: 0;
}
Expand Down

0 comments on commit c9e6df0

Please sign in to comment.