Skip to content

Commit 184e296

Browse files
Update style for toc-card
1 parent 1455f88 commit 184e296

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

sass_source/sass/pages/_index.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,18 @@
191191
}
192192
}
193193
}
194+
195+
.toc-card .caption {
196+
display: block;
197+
text-decoration: none !important;
198+
color: inherit !important;
199+
}
200+
201+
.toc-card {
202+
text-decoration: none !important;
203+
color: inherit;
204+
}
205+
206+
.toc-card ul a {
207+
text-decoration: underline !important;
208+
}

0 commit comments

Comments
 (0)