Skip to content

Commit

Permalink
Added border bottom to Sideabar of about page (#6678)
Browse files Browse the repository at this point in the history
* Added border bottom

* added color

* removed border bottom and darken the header text in dark mode
  • Loading branch information
TenzDelek committed May 11, 2024
1 parent ce1739f commit 0b31ad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Containers/Sidebar/SidebarGroup/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@

.groupName {
@apply px-2
py-1
text-xs
font-semibold
text-neutral-800
dark:text-neutral-200;
dark:text-neutral-600;
}

.itemList {
Expand Down

0 comments on commit 0b31ad4

Please sign in to comment.