This commit is contained in:
Jan Prochazka
2020-11-12 09:46:01 +01:00
parent 4ef7f275e6
commit c7b693cfb6
16 changed files with 386 additions and 74 deletions

View File

@@ -18,7 +18,7 @@ export default function ThemeHelmet() {
.color-green-icon { color: #0A3; }
body {
color: ${theme.mainFont};
color: ${theme.main_font1};
}
`}</style>
</Helmet>