We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f690c commit 0e2b32dCopy full SHA for 0e2b32d
packages/overmind-website/src/utils.tsx
@@ -47,7 +47,7 @@ const githubLink = css`
47
position: absolute;
48
right: 10px;
49
font-size: var(--font-size-1) !important;
50
- color: var(--color-white) !important;
+ color: var(--color-white-1) !important;
51
opacity: 0.3;
52
:hover {
53
opacity: 0.8;
@@ -120,7 +120,7 @@ const Example: Component<{ name: string }> = ({ name }) => {
120
className={githubLink}
121
href={url}
122
target="_blank"
123
- style={{ top: example.fileName ? '32px' : '5px' }}
+ style={{ top: example.fileName ? '37px' : '10px' }}
124
>
125
edit on github
126
</a>
0 commit comments