Skip to content

Commit

Permalink
css dotted line section separator
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Jul 30, 2024
1 parent 50af67c commit 265d902
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@
scroll-behavior: smooth;
}

ul.theme-doc-sidebar-menu > li:nth-child(2) {
margin-top: 16px !important;
ul.theme-doc-sidebar-menu > li:nth-child(2)::before {
color: rgba(25, 177, 123, 0.5);
content: "- - - - - - - - - - - - -";
}
ul.theme-doc-sidebar-menu > li:nth-last-child(5) {
margin-top: 32px !important;

ul.theme-doc-sidebar-menu > li:nth-last-child(5)::before {
color: rgba(25, 177, 123, 0.5);
content: "- - - - - - - - - - - - -";
}
ul.theme-doc-sidebar-menu > li:nth-last-child(3) {
margin-top: 32px !important;
ul.theme-doc-sidebar-menu > li:nth-last-child(3)::before {
color: rgba(25, 177, 123, 0.5);
content: "- - - - - - - - - - - - -";
}

.img-center {
Expand Down

0 comments on commit 265d902

Please sign in to comment.