Skip to content

Commit dbd8120

Browse files
committed
revert SkipLink colors to original
1 parent b8c41c4 commit dbd8120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/src/components/skip-link.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ export default (props) => (
77
{...props}
88
href="#content"
99
sx={{
10-
color: 'text',
11-
bg: 'background',
1210
clip: 'rect(0 0 0 0)',
1311
height: 1,
1412
width: 1,
@@ -25,6 +23,8 @@ export default (props) => (
2523
left: 0,
2624
m: 2,
2725
fontWeight: 'bold',
26+
color: 'black',
27+
bg: 'white',
2828
width: 'auto',
2929
height: 'auto',
3030
clip: 'auto',

0 commit comments

Comments
 (0)