Skip to content

Commit

Permalink
style: remove sidebar background
Browse files Browse the repository at this point in the history
  • Loading branch information
lotusk08 committed Dec 10, 2024
1 parent 0b3f077 commit 0de5ca0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _sass/layout/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ $sidebar-display: 'sidebar-display'; /* the attribute for sidebar display */
height: 100%;
overflow-y: auto;
width: v.$sidebar-width;
background: var(--sidebar-bg);
border-right: 1px solid var(--sidebar-border-color);
/*background: var(--sidebar-bg);
border-right: 1px solid var(--sidebar-border-color);*/

/* Hide scrollbar for IE, Edge and Firefox */
-ms-overflow-style: none; /* IE and Edge */
Expand Down Expand Up @@ -122,6 +122,7 @@ $sidebar-display: 'sidebar-display'; /* the attribute for sidebar display */

ul {
margin-bottom: 2rem;
border-right: 1px solid var(--tb-border-color);

li.nav-item {
opacity: 0.9;
Expand Down Expand Up @@ -178,7 +179,7 @@ $sidebar-display: 'sidebar-display'; /* the attribute for sidebar display */
padding-left: 2rem;
padding-right: 1rem;
margin-bottom: 1.5rem;
justify-content: center;
/*justify-content: center;*/

@include bp.xxxl {
padding-left: 2.75rem;
Expand Down

0 comments on commit 0de5ca0

Please sign in to comment.