Skip to content

Commit 0e65856

Browse files
committed
feat: update style
1 parent 9714e7c commit 0e65856

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
height: 0px;
3737
}
3838
.selected {
39-
box-shadow: 0 0 0 2px #4dc4ff;
39+
box-shadow: 0 0 0 3px #4dc4ff;
4040
}
4141
.lhs {
4242
direction: rtl;
@@ -223,8 +223,8 @@
223223
top: 0;
224224
left: 0;
225225
padding: var(--topic-padding);
226-
background-color: #fff;
227-
color: #666666;
226+
color: var(--color);
227+
background-color: var(--bgcolor);
228228
width: max-content; // let words expand the div and keep max length at the same time
229229
max-width: 800px;
230230
z-index: 11;

0 commit comments

Comments
 (0)