Skip to content

Commit

Permalink
Higher contrast table hover stripe (light mode)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou committed Nov 30, 2024
1 parent 25e01e2 commit c389926
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ $pst-semantic-colors: (
"dark": #{map-deep-get($color-palette, "foundation", "white")},
),
"table-row-hover": (
"bg-light": #{map-deep-get($color-palette, "violet", "300")},
"bg-light": #{map-deep-get($color-palette, "violet", "200")},
"bg-dark": #{map-deep-get($color-palette, "violet", "600")},
),
"table-inner-border": (
Expand Down

0 comments on commit c389926

Please sign in to comment.