Skip to content

Commit

Permalink
fix: make dashboard tables the right color
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Feb 7, 2025
1 parent 1eacb44 commit 6f7bb80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,6 @@ code {
}
.inprogress {
background: var(--ks-background-body);
& a {
color: #8e71f7;
html.dark & {
color: #e0e0fc;
}
}
background: var(--ks-background-table-row);
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,7 @@ code {
}
.nextscheduled {
--el-table-tr-bg-color: var(--ks-background-body) !important;
background: var(--ks-background-body);
background: var(--ks-background-table-row);
}
.next-toggle {
Expand Down

0 comments on commit 6f7bb80

Please sign in to comment.