Skip to content

Commit 0b31ad4

Browse files
authored
Added border bottom to Sideabar of about page (#6678)
* Added border bottom * added color * removed border bottom and darken the header text in dark mode
1 parent ce1739f commit 0b31ad4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/Containers/Sidebar/SidebarGroup/index.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77

88
.groupName {
99
@apply px-2
10+
py-1
1011
text-xs
1112
font-semibold
1213
text-neutral-800
13-
dark:text-neutral-200;
14+
dark:text-neutral-600;
1415
}
1516

1617
.itemList {

0 commit comments

Comments
 (0)