improved anchor color (close #40)
This commit is contained in:
parent
73d7fa18e3
commit
91401f083d
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@ const anchorCSS = css`
|
||||||
a.header-anchor {
|
a.header-anchor {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: 4.5rem;
|
margin-top: 4.5rem;
|
||||||
|
color: ${(props) =>
|
||||||
|
theming.theme(props.theme.currentTheme, {
|
||||||
|
light: "lightgray",
|
||||||
|
dark: "lightslategray",
|
||||||
|
})};
|
||||||
}
|
}
|
||||||
|
|
||||||
a[id^="fnref"] {
|
a[id^="fnref"] {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue