Skip to content

Commit

Permalink
Fix theming/dark mode on header border in past-sessions table
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 25, 2024
1 parent c3f7e7d commit 96e6e99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

table.past-flow-session-table th {
margin-right:1em;
border-bottom: 1px solid black;
@extend .border-bottom;
@extend .border-secondary-subtle;
}

table.past-flow-session-table td {
Expand Down

0 comments on commit 96e6e99

Please sign in to comment.