Skip to content

Commit

Permalink
fix: change border color of console entries in default size
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Dec 11, 2023
1 parent f90d910 commit 08be219
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/styles/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,7 @@ html.theme--light .os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-sc
html.theme--light .os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:hover {
background: rgba(0, 0, 0, 0.55) !important;
}

html.theme--light .consoleTableRow.default + .consoleTableRow .col {
border-top-color: rgba(0, 0, 0, 0.12) !important;
}

0 comments on commit 08be219

Please sign in to comment.