Prepare for NPM + Cloudflare pages

This commit is contained in:
venashial
2022-03-13 23:10:58 -07:00
parent b69ff6ca8a
commit 630a1d42b8
15 changed files with 115 additions and 160 deletions

View File

@@ -1,4 +1,4 @@
.light-theme {
.theme-light {
--color-canvas-default-transparent: rgba(255, 255, 255, 0);
--color-page-header-bg: #f6f8fa;
--color-marketing-icon-primary: #218bff;
@@ -426,7 +426,7 @@
--color-scale-coral-9: #510901;
}
.dark-theme {
.theme-dark {
--color-canvas-default-transparent: rgba(255, 255, 255, 0);
--color-page-header-bg: #f6f8fa;
--color-marketing-icon-primary: #218bff;
@@ -1283,11 +1283,11 @@
}
[data-color-mode=light] {
@extend .light-theme;
@extend .theme-light;
}
[data-color-mode=dark] {
@extend .dark-theme;
@extend .theme-dark;
}
[data-color-mode=dark-dimmed] {