Skip to content

Commit 2296594

Browse files
committed
Fix dark index page
close #4
1 parent c694dce commit 2296594

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

assets/scss/common/_custom.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,14 @@
248248
z-index: 3;
249249
}
250250

251+
@include color-mode(dark) {
252+
.home-hero-box::before {
253+
background: transparent;
254+
border-color: rgba(233, 236, 239, 0.35);
255+
box-shadow: none;
256+
}
257+
}
258+
251259
@media (max-width: 576px) {
252260
.home-hero-box {
253261
padding: 1.5rem;

0 commit comments

Comments
 (0)