Skip to content

Commit 64569f8

Browse files
committed
fix some scss issue
1 parent 51fe6de commit 64569f8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

_sass/addon/commons.scss

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ h5 {
8080

8181
img {
8282
max-width: 100%;
83-
height: auto;
8483
transition: all 0.35s ease-in-out;
8584

8685
.blur & {

_sass/colors/typography-light.scss

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
--footnote-target-bg: lightcyan;
7474
--tb-odd-bg: #fbfcfd;
7575
--tb-border-color: #eaeaea;
76+
--tb-shade-color: 0, 0, 0;
7677
--dash-color: silver;
7778
--kbd-wrap-color: #bdbdbd;
7879
--kbd-text-color: var(--text-color);

0 commit comments

Comments
 (0)