Skip to content

Commit

Permalink
random issue that only happens in prod!!
Browse files Browse the repository at this point in the history
  • Loading branch information
orifu committed Sep 24, 2024
1 parent 76efb36 commit 6e18c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style/_prettify.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

// nicer badge colours
--sl-badge-default-bg: var(--sl-color-accent-low) !important;
--sl-badge-default-text: var(--sl-color-accent-high);
--sl-badge-default-border: transparent;
--sl-badge-default-text: var(--sl-color-accent-high) !important;
--sl-badge-default-border: transparent !important;
&[data-theme='dark'] {
--sl-badge-default-bg: var(--sl-color-gray-5) !important;
}
Expand Down

0 comments on commit 6e18c82

Please sign in to comment.