Skip to content

Instantly share code, notes, and snippets.

View gdgdDevs's full-sized avatar

ぐだぐだマン gdgdDevs

View GitHub Profile
@gdgdDevs
gdgdDevs / Darkmode.astro
Last active March 16, 2023 06:50
astro-notion-blog /src/somponents/Darkmode.astro
---
---
<div class="mode-wrap">
<input type="checkbox" id="mode-toggle" tabindex="0" />
<label for="mode-toggle"><span></span></label>
</div>
<style is:global>
/* --------------------