Skip to content

Commit 3a48e8c

Browse files
committed
Changed sidenav colors.
1 parent 8e8f2d1 commit 3a48e8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umami/shiso",
3-
"version": "0.54.0",
3+
"version": "0.55.0",
44
"description": "A content layer for Next.js",
55
"homepage": "https://shiso.umami.is",
66
"repository": {

src/components/SideNav.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
.nav::-webkit-scrollbar-thumb {
2323
border: 7px solid rgba(0, 0, 0, 0);
24-
background-color: var(--primary-color);
24+
background-color: var(--font-color);
2525
background-clip: padding-box;
2626
}
2727

2828
.nav::-webkit-scrollbar-thumb:hover {
2929
border: 5px solid rgba(0, 0, 0, 0);
30-
background-color: var(--primary-color);
30+
background-color: var(--font-color);
3131
background-clip: padding-box;
3232
}
3333

@@ -44,7 +44,7 @@
4444
}
4545

4646
.nav .item:hover {
47-
color: var(--primary-color);
47+
color: var(--font-color);
4848
}
4949

5050
.nav .item.selected {

0 commit comments

Comments
 (0)