Skip to content

Commit 5b8a04b

Browse files
committed
Fix: (.image-grid > div) Image background and border color
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.
1 parent 3a3b6d0 commit 5b8a04b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/tabs.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ table td, table th {
7676
}
7777

7878
.image-grid > div {
79-
background-color: rgb(238, 238, 238);
80-
border: 2px solid rgb(255, 255, 255);
79+
background-color: var(--pst-color-surface);
80+
border: 2px solid var(--pst-color-surface);
8181
border-radius: 10px;
8282
padding: 10px;
8383
}

0 commit comments

Comments
 (0)