Files
milkblogs-fuwari/src/components/ConfigCarrier.astro
T
librarian 9761ed75c5 feat: option to control whether site visitors can change the theme color (#28)
* chore: rebase onto main branch

* fix: rename the option

---------

Co-authored-by: saicaca <zephyird@gmail.com>
2024-05-01 12:14:15 +08:00

9 lines
119 B
Plaintext

---
import {siteConfig} from "../config";
---
<div id="config-carrier" data-hue={siteConfig.themeColor.hue}>
</div>