Skip to content

Commit 9306c7b

Browse files
committed
feat: support dark and light mode images (#481)
1 parent ed6dc53 commit 9306c7b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

_sass/colors/dark-typography.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@
109109
}
110110
}
111111

112+
.light {
113+
display: none;
114+
}
115+
112116
hr {
113117
border-color: var(--main-border-color);
114118
}

_sass/colors/light-typography.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@
8989
--link-underline-color: rgb(219, 216, 216);
9090
}
9191

92+
.dark {
93+
display: none;
94+
}
95+
9296
/* Categories */
9397
--categories-hover-bg: var(--btn-border-color);
9498
--categories-icon-hover-color: darkslategray;

0 commit comments

Comments
 (0)