Skip to content

Commit

Permalink
cleaner sidebar styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jul 29, 2024
1 parent a93a681 commit f89a334
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,18 @@
color: #a9afbbd1;
}

.nav-link.togglebutton {
.dark-edition .sidebar .nav {
margin-top: 0px;
}

.dark-edition .sidebar .nav li a {
margin: 0 10px 0;
}

.dark-edition .sidebar .nav li.nav-item a.nav-link.togglebutton {
border-left: 1px groove grey;
border-right: 1px groove grey;
border-radius: 0;
}

li.nav-item:last-child > .nav-link.togglebutton {
Expand Down

0 comments on commit f89a334

Please sign in to comment.