Skip to content

Commit f073d90

Browse files
committed
Dark border on showcase images in Dark Mode
Fixes #321
1 parent b52fc30 commit f073d90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/assets/sass/modules/_layout.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,11 @@ main .layout-4col-3span {
586586
}
587587

588588
@include dark-mode {
589+
.showcases img {
590+
border-color: $dark-color-border-extra-dark;
591+
box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.5);
592+
}
593+
589594
.dark-contrast,
590595
.index-feature h3::before,
591596
.index-docs h3::before,

0 commit comments

Comments
 (0)