mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-26 05:01:38 -08:00
Merge pull request #211 from jfirwin/fix-vercel-footer
made color change with light/dark mode selection
This commit is contained in:
commit
eb3215f3a1
|
@ -103,7 +103,7 @@ const config = {
|
|||
],
|
||||
},
|
||||
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: {
|
||||
apiKey: "01ad7e13d3fe392d2ad26da3c69dbc21",
|
||||
|
|
Loading…
Reference in a new issue