improved anchor color (close #40)

This commit is contained in:
Kim, Jimin 2022-01-19 11:52:10 +09:00
parent 73d7fa18e3
commit 91401f083d

View file

@ -17,6 +17,11 @@ const anchorCSS = css`
a.header-anchor {
display: inline-block;
margin-top: 4.5rem;
color: ${(props) =>
theming.theme(props.theme.currentTheme, {
light: "lightgray",
dark: "lightslategray",
})};
}
a[id^="fnref"] {