mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-08 16:06:13 +02:00
ui: restore header anchor color for dark theme
This commit is contained in:
@@ -17,6 +17,10 @@ export const MainContent = styled.main`
|
|||||||
max-width: calc(100% - 64px);
|
max-width: calc(100% - 64px);
|
||||||
padding: 0 32px;
|
padding: 0 32px;
|
||||||
|
|
||||||
|
.anchor svg path {
|
||||||
|
fill: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
a:not(.anchor) {
|
a:not(.anchor) {
|
||||||
color: #0090d8;
|
color: #0090d8;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
|||||||
Reference in New Issue
Block a user