diff --git a/web/src/assets/css/theme-dark.scss b/web/src/assets/css/theme-dark.scss index 283720e6..ebdd86c9 100644 --- a/web/src/assets/css/theme-dark.scss +++ b/web/src/assets/css/theme-dark.scss @@ -1,10 +1,17 @@ @use 'font.scss' as *; -:root[data-theme="dark"] { +:root[data-theme='dark'] { --text-fb: #fff; --text-color: rgba(255, 255, 255, 1) !important; // 主要的文本颜色 --normal-color: rgba(163, 174, 208, 1); // 普通颜色 --el-text-color-primary: #fff; - p, h1, h2, h3, h4, h5, h6, article { + p, + h1, + h2, + h3, + h4, + h5, + h6, + article { // color: var(--text-color) !important; font-family: $font-regular; } @@ -107,4 +114,4 @@ --login-text-color: #a3aed0; --login-link-color: #d1c7ff; --login-link-hover-bg: rgba(209, 199, 255, 0.1); -} \ No newline at end of file +} diff --git a/web/src/components/LoginDialog.vue b/web/src/components/LoginDialog.vue index 1926f9b0..ba41f8b9 100644 --- a/web/src/components/LoginDialog.vue +++ b/web/src/components/LoginDialog.vue @@ -43,13 +43,13 @@
还没有账号? 已有账号? 登录
diff --git a/web/src/views/Login.vue b/web/src/views/Login.vue index 536a6497..7489d504 100644 --- a/web/src/views/Login.vue +++ b/web/src/views/Login.vue @@ -1,12 +1,12 @@