Skip to content

Commit

Permalink
Fix css of Table of Contents block (#35) (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
iRohitSingh authored Jun 29, 2023
1 parent 64025a5 commit c315842
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/35.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix css of Table of Contents block @iRohitSingh
9 changes: 9 additions & 0 deletions src/theme/blocks/_toc.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.table-of-contents {
.ui.bulleted.list {
li {
a {
text-decoration: underline;
}
}
}
}
1 change: 1 addition & 0 deletions src/theme/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
@import 'blocks/highlight';
@import 'blocks/separator';
@import 'blocks/slate';
@import 'blocks/toc';

@import 'temp';

Expand Down

0 comments on commit c315842

Please sign in to comment.