Skip to content

Commit

Permalink
Adjust outline indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
noatpad committed Mar 3, 2020
1 parent ba86c44 commit 2e2289c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ursine-umbra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,12 @@ td, th {
font-family: unquote($header-font);
}

@for $i from 1 through 6 {
.outline-h#{$i} > .outline-item {
padding-left: .75em * ($i - 1);
}
}

.outline-item:hover {
background: $sidebar-bg-hover-color;
}
Expand Down

0 comments on commit 2e2289c

Please sign in to comment.