ui: restore header anchor color for dark theme

This commit is contained in:
Jean-Philippe Sirois
2019-08-23 17:13:06 -04:00
parent 1b26fc67b1
commit 8de39f7587
+4
View File
@@ -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;