mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-08 20:57:08 +08:00
feat: add dark mode switch & export
This commit is contained in:
+3
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user