mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 07:56:12 +02:00
Merge pull request #130 from the-programmers-hangout/ui-resources-fix-anchor-color
ui(resources): fix anchor color in dark mode
This commit is contained in:
@@ -68,6 +68,15 @@ export const MarkdownWrapper = styled.div`
|
|||||||
${modularScaleCSS(1)};
|
${modularScaleCSS(1)};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 .anchor svg,
|
||||||
|
h2 .anchor svg,
|
||||||
|
h3 .anchor svg,
|
||||||
|
h4 .anchor svg,
|
||||||
|
h5 .anchor svg,
|
||||||
|
h6 .anchor svg {
|
||||||
|
fill: ${props => props.theme.main.foreground};
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
background: #192129;
|
background: #192129;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
|
|||||||
Reference in New Issue
Block a user