Skip to content

Commit 4135f9f

Browse files
authored
fix: styles (#2729)
1 parent 3dfbadf commit 4135f9f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/css/markdown.scss

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@
222222
&:hover {
223223
background-color: var(--bg-hover-copy);
224224
opacity: 1;
225+
svg {
226+
color: #fff;
227+
}
225228
}
226229
}
227230
.theme-code-block:hover {
@@ -284,10 +287,3 @@
284287
.ant-image-error {
285288
display: none;
286289
}
287-
button.clean-btn {
288-
&:hover {
289-
svg {
290-
color: #fff;
291-
}
292-
}
293-
}

0 commit comments

Comments
 (0)