Skip to content

Commit

Permalink
fix(styles): change tabs background (#3144)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidritter-dotcom authored Jun 18, 2024
1 parent 39a6e62 commit 2c03d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/src/components/tabs/_tab-title.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
opacity: 0.7;
color: var(--post-contrast-color);
text-decoration: none;
background-color: var(--post-contrast-color-inverted);
background-color: transparent;

&:focus {
background-color: unset;
Expand Down

0 comments on commit 2c03d79

Please sign in to comment.