aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/globalStyles.tsx
diff options
context:
space:
mode:
authorAugust Skare <post@augustskare.no>2018-10-23 19:34:35 +0800
committerGitHub <noreply@github.com>2018-10-23 19:34:35 +0800
commita4de585feb0f8e5ec99f0eb4a7b9aca8a24144f5 (patch)
tree4939099dab84390b0cb03f6237e5ca0e002e73eb /packages/dev-tools-pages/ts/globalStyles.tsx
parente624759bc787e826f8d7011352754f62d0a84a02 (diff)
downloaddexon-sol-tools-a4de585feb0f8e5ec99f0eb4a7b9aca8a24144f5.tar
dexon-sol-tools-a4de585feb0f8e5ec99f0eb4a7b9aca8a24144f5.tar.gz
dexon-sol-tools-a4de585feb0f8e5ec99f0eb4a7b9aca8a24144f5.tar.bz2
dexon-sol-tools-a4de585feb0f8e5ec99f0eb4a7b9aca8a24144f5.tar.lz
dexon-sol-tools-a4de585feb0f8e5ec99f0eb4a7b9aca8a24144f5.tar.xz
dexon-sol-tools-a4de585feb0f8e5ec99f0eb4a7b9aca8a24144f5.tar.zst
dexon-sol-tools-a4de585feb0f8e5ec99f0eb4a7b9aca8a24144f5.zip
Feature/colors (#5)
* fix color variables * rename link var to type
Diffstat (limited to 'packages/dev-tools-pages/ts/globalStyles.tsx')
-rw-r--r--packages/dev-tools-pages/ts/globalStyles.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dev-tools-pages/ts/globalStyles.tsx b/packages/dev-tools-pages/ts/globalStyles.tsx
index f51ea4b1d..16adc61a7 100644
--- a/packages/dev-tools-pages/ts/globalStyles.tsx
+++ b/packages/dev-tools-pages/ts/globalStyles.tsx
@@ -50,7 +50,7 @@ const BaseStyles = createGlobalStyle`
}
a {
- color: ${(props: any) => props.colors.link};
+ color: ${(props: any) => props.colors.type};
text-decoration: none;
&:hover {