Skip to content

Commit 0e2b32d

Browse files
docs(website): fix color on edit github
1 parent 70f690c commit 0e2b32d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/overmind-website/src/utils.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const githubLink = css`
4747
position: absolute;
4848
right: 10px;
4949
font-size: var(--font-size-1) !important;
50-
color: var(--color-white) !important;
50+
color: var(--color-white-1) !important;
5151
opacity: 0.3;
5252
:hover {
5353
opacity: 0.8;
@@ -120,7 +120,7 @@ const Example: Component<{ name: string }> = ({ name }) => {
120120
className={githubLink}
121121
href={url}
122122
target="_blank"
123-
style={{ top: example.fileName ? '32px' : '5px' }}
123+
style={{ top: example.fileName ? '37px' : '10px' }}
124124
>
125125
edit on github
126126
</a>

0 commit comments

Comments
 (0)