Skip to content

Commit

Permalink
Fix: (.image-grid > div) Image background and border color
Browse files Browse the repository at this point in the history
For the "Visualization" tab.  In light mode, this color is slightly
different, but not noticeably unless seen together with the old color.
In dark mode it appears perfect.
  • Loading branch information
alphapapa committed Dec 7, 2023
1 parent 3a3b6d0 commit 5b8a04b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ table td, table th {
}

.image-grid > div {
background-color: rgb(238, 238, 238);
border: 2px solid rgb(255, 255, 255);
background-color: var(--pst-color-surface);
border: 2px solid var(--pst-color-surface);
border-radius: 10px;
padding: 10px;
}
Expand Down

0 comments on commit 5b8a04b

Please sign in to comment.