Skip to content

Commit abfb612

Browse files
alphapapajarrodmillman
authored andcommitted
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 c3724ee commit abfb612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/tabs.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ table td, table th {
7373
}
7474

7575
.image-grid > div {
76-
background-color: rgb(238, 238, 238);
77-
border: 2px solid rgb(255, 255, 255);
76+
background-color: var(--pst-color-surface);
77+
border: 2px solid var(--pst-color-surface);
7878
border-radius: 10px;
7979
padding: 10px;
8080
}

0 commit comments

Comments
 (0)