Update scripts and dark mode
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
tree 2022-10-14 12:05:39 +02:00
rodič 6fc01da99d
revize 0049e32b1e
3 změnil soubory, kde provedl 2 přidání a 9 odebrání

Zobrazit soubor

@ -27,7 +27,7 @@ const config = {
locales: ['cs'],
},
scripts: [{src: 'https://x.gwei.cz/js/script.js', async: true, defer: true, 'data-domain': 'docs.gwei.cz'}],
scripts: [{src: 'https://x.gwei.cz/js/script.js', async: true, defer: true, 'data-domain': 'gwei.cz'}],
themes: [
[

Zobrazit soubor

@ -51,7 +51,7 @@ function Feature({Svg, title, description, href, buttonText, buttonHref, inversi
<div className="text--center" style={{paddingTop: '3em'}}>
<Link href={buttonHref}>
{inversible
? <Svg className={styles.featureSvg} role="img" style={colorMode === 'dark' ? { filter: 'invert(100%);' } : {}} />
? <Svg className={styles.featureSvg} role="img" style={colorMode === 'dark' ? { filter: 'invert(100%)' } : {}} />
: <Svg className={styles.featureSvg} role="img" />
}
</Link>

Zobrazit soubor

@ -1,7 +0,0 @@
---
title: Markdown page example
---
# Markdown page example
You don't need React to write simple standalone pages.