feat: add dark mode switch & export

This commit is contained in:
QiShaoXuan
2022-10-13 18:04:06 +08:00
parent c2aeccc98e
commit 055a9f910c
12 changed files with 360 additions and 87 deletions
+3 -2
View File
@@ -2,6 +2,7 @@
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
box-sizing: border-box;
transition: all 0.1s;
}
html,
body,
@@ -144,7 +145,7 @@ button,
select,
keygen,
legend {
color: var(--affine-primary-color);
color: var(--page-text-color);
outline: 0;
font-size: 18px;
line-height: 1.5;
@@ -155,7 +156,7 @@ body {
}
a,
a:hover {
color: var(--affine-primary-color);
color: var(--page-text-color);
}
input {