We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9e153 commit e7e4df0Copy full SHA for e7e4df0
packages/theme-doc/src/Layout/index.module.less
@@ -249,7 +249,7 @@
249
250
.outline {
251
flex: 0 0 auto;
252
- width: 180px;
+ width: 220px;
253
// border: 5px solid red;
254
display: none;
255
.media-width-md({
@@ -258,6 +258,10 @@
258
.anchors {
259
position: sticky;
260
top: 100px;
261
+
262
+ a:hover {
263
+ color: #1677ff;
264
+ }
265
}
266
padding-bottom: 40px;
267
0 commit comments