From 8de39f75874d2994c3a9c7f0adfdb0da9ec46f49 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Wed, 21 Aug 2019 23:52:06 -0400 Subject: [PATCH] ui: restore header anchor color for dark theme --- src/components/Layout/styles.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Layout/styles.tsx b/src/components/Layout/styles.tsx index 5d3b78e..ac137f5 100644 --- a/src/components/Layout/styles.tsx +++ b/src/components/Layout/styles.tsx @@ -17,6 +17,10 @@ export const MainContent = styled.main` max-width: calc(100% - 64px); padding: 0 32px; + .anchor svg path { + fill: #fff; + } + a:not(.anchor) { color: #0090d8; font-weight: 700;