Skip to content

Commit 3fc326e

Browse files
committed
Fix removed CSS variable for border color
1 parent 041777e commit 3fc326e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github-custom-global-navigation.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@
14391439
${SELECTORS.header.localBar.topDiv}
14401440
{
14411441
background-color: ${elementConfig.backgroundColor} !important;
1442-
box-shadow: inset 0 calc(var(--borderWidth-thin, 1px)*-1) var(--color-border-default) !important;
1442+
box-shadow: inset 0 calc(var(--borderWidth-thin, 1px)*-1) var(--borderColor-muted) !important;
14431443
}
14441444
`;
14451445
}

0 commit comments

Comments
 (0)