Skip to content

Commit c732595

Browse files
committed
Improve menu styles
1 parent 6a461a0 commit c732595

File tree

1 file changed

+12
-2
lines changed
  • themes/opentermsarchive/assets/css/components

1 file changed

+12
-2
lines changed

themes/opentermsarchive/assets/css/components/aside.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,12 @@
7878

7979
ul{
8080
padding-left:var(--mS);
81-
padding-bottom:var(--mXS);
81+
padding-bottom:var(--m2XS);
8282

8383
li{
8484
border:none;
85+
padding-top:var(--m3XS);
86+
padding-bottom:var(--m3XS);
8587

8688
a{
8789
padding: 0;
@@ -90,11 +92,19 @@
9092
background-color: transparent;
9193
}
9294
}
95+
96+
ul{
97+
padding-bottom:0;
98+
99+
li{
100+
padding:0;
101+
}
102+
}
93103
}
94104
}
95105
}
96106
}
97107

98108
.aside_item-current{
99-
background-color:var(--colorBlack200);
109+
border-left:2px solid var(--colorPrimary);
100110
}

0 commit comments

Comments
 (0)