ThinaticSystem / thinaticsystem.com

「㈲しなちくシステム」の設計図
https://ThinaticSystem.com
13 stars 2 forks source link

#51 dark theme #52

Closed ThinaticSystem closed 2 years ago

ThinaticSystem commented 2 years ago

resolves #51

やることリスト(に潜む、小鳥🐤)

cloudflare-pages[bot] commented 2 years ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 78e4208
Status: ✅  Deploy successful!
Preview URL: https://fc54e6bd.thinaticsystem-com.pages.dev

View logs

ThinaticSystem commented 2 years ago

外部CSSファイルの@applyで定義されたクラスを当てた要素ではdark:variantが無視されるバグがあるっぽい そのためdark:variantを使いたい要素に@applyのクラスが当たっている場合は勿体ないけど@apply取っ払って中身をHTMLのインラインclassに直接移動させる

ThinaticSystem commented 2 years ago

それは大変なので 無彩色のテキストのダークテーマ対応はtext-gray-N dark:text-gray-N指定をやめてopacity-Nに置き換える