Skip to content

Commit e7e4df0

Browse files
cijiugechucsr632
andauthored
fix(theme-doc): tweak outline styles (#106)
* fix: some outlie styles * tweak Co-authored-by: csr632 <[email protected]>
1 parent 0b9e153 commit e7e4df0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/theme-doc/src/Layout/index.module.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249

250250
.outline {
251251
flex: 0 0 auto;
252-
width: 180px;
252+
width: 220px;
253253
// border: 5px solid red;
254254
display: none;
255255
.media-width-md({
@@ -258,6 +258,10 @@
258258
.anchors {
259259
position: sticky;
260260
top: 100px;
261+
262+
a:hover {
263+
color: #1677ff;
264+
}
261265
}
262266
padding-bottom: 40px;
263267
}

0 commit comments

Comments
 (0)