Skip to content

Commit

Permalink
Fixed background color of logs-table
Browse files Browse the repository at this point in the history
  • Loading branch information
lupusA committed Oct 10, 2023
1 parent 3e8967c commit 46bcac6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/css/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ body {
#kopia .breadcrumb-item,
#kopia .breadcrumb-item.active {
color: var(--color-link);
--bs-breadcrumb-divider-color: var(--color-link);
}

#kopia a:hover,
Expand All @@ -77,6 +78,8 @@ body {
#kopia .table,
#kopia .table-hover>tbody>tr:hover>* {
color: var(--color-text-body);
--bs-table-bg: var(--background-color);
--bs-table-color: var(--color-text-body);
}

#kopia .table-striped>tbody>tr:nth-of-type(odd)>* {
Expand Down

0 comments on commit 46bcac6

Please sign in to comment.