Merge pull request #211 from jfirwin/fix-vercel-footer

made color change with light/dark mode selection
This commit is contained in:
Foster Irwin 2022-01-27 16:28:36 -07:00 committed by GitHub
commit eb3215f3a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ const config = {
], ],
}, },
footer: { footer: {
copyright: `<a href="https://vercel.com/?utm_source=meshtastic&utm_campaign=oss" style="color: white">Powered by ▲ Vercel</a> | Meshtastic® is a registered trademark of Geeksville Industries LLC`, copyright: `<a href="https://vercel.com/?utm_source=meshtastic&utm_campaign=oss" style="color: var(--ifm-footer-color)">Powered by ▲ Vercel</a> | Meshtastic® is a registered trademark of Geeksville Industries LLC`,
}, },
algolia: { algolia: {
apiKey: "01ad7e13d3fe392d2ad26da3c69dbc21", apiKey: "01ad7e13d3fe392d2ad26da3c69dbc21",