Skip to content

Commit

Permalink
alternate color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Sep 27, 2024
1 parent 97d892e commit 3c5be50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pat/contentbrowser/src/ContentBrowser.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@
outline: none;
}
.contentItem.even {
background-color: var(--bs-secondary-bg);
background-color: rgba(var(--bs-secondary-bg-rgb), .4);
}
.contentItem.inPath,
.contentItem:focus {
Expand Down

0 comments on commit 3c5be50

Please sign in to comment.