Skip to content

Commit

Permalink
move class to theme
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Aug 23, 2023
1 parent bbdc9b5 commit bfb0fac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ header .navbar {
}

#sidebar > nav > ul {

> li:not(.sidebar-title) > a {
background-color: $sidebar-bg;
color: $sidebar-color;
Expand Down Expand Up @@ -448,6 +449,15 @@ header .navbar {
color: $sidebar-lvl3-color;
}
}

.sidebar_rdm_sub {
border-color: $sidebar-bg;
padding: 0.75rem 0.5rem 0.5rem 0.5rem;
border-radius: 0px 0px $border-radius $border-radius;
border-style: none solid solid solid;
border-width: 0.2em;
margin-top: -0.25rem;
}
}
}

Expand Down

0 comments on commit bfb0fac

Please sign in to comment.