Skip to content

Instantly share code, notes, and snippets.

View shunsock's full-sized avatar

Shunsuke Tsuchiya shunsock

View GitHub Profile
@shunsock
shunsock / zenn.css
Last active May 21, 2024 15:47
Dark Mode for Zenn.dev: Add This to Your Stylus Settings
@-moz-document domain("zenn.dev") {
:root {
color-scheme: light dark;
--c-blue-100: light-dark(#f0f7ff, #1b1e2e);
--c-blue-200: light-dark(#ecf5ff, #1f2233);
--c-blue-300: light-dark(#e0efff, #242741);
--c-blue-400: light-dark(#bfdcff, #2b3558);
--c-blue-500: light-dark(#3ea8ff, #3ea8ff);
--c-blue-600: light-dark(#0f83fd, #4d6eb4);
--c-blue-700: light-dark(#0868ce, #6079b5);