From 48bb1e15868bd67d10f5bd058d8e919892dcfc6d Mon Sep 17 00:00:00 2001 From: DefectingCat Date: Thu, 30 Dec 2021 16:30:59 +0800 Subject: [PATCH] Remove useless style * update docker ignore * Update readme --- .dockerignore | 1 + README.md | 7 ++++++- lib/theme.ts | 2 -- styles/rua.css | 20 -------------------- 4 files changed, 7 insertions(+), 23 deletions(-) diff --git a/.dockerignore b/.dockerignore index db5ddae..6f1f11f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,3 @@ .next +out node_modules \ No newline at end of file diff --git a/README.md b/README.md index 6c0a0a3..f1ab66f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@
- +
## 小破站 +
+ + +
+ 咸鱼的博客 ✍,[RUA](https://blog.rua.plus/)。 ## ❤️ diff --git a/lib/theme.ts b/lib/theme.ts index b272390..7684a28 100644 --- a/lib/theme.ts +++ b/lib/theme.ts @@ -1,8 +1,6 @@ // 1. import `extendTheme` function import { extendTheme } from '@chakra-ui/react'; -// 2. Add your color mode config - // 3. extend the theme const theme = extendTheme({ initialColorMode: 'system', diff --git a/styles/rua.css b/styles/rua.css index 5f14d4a..88b40da 100644 --- a/styles/rua.css +++ b/styles/rua.css @@ -7,26 +7,6 @@ --code-border-color: #e7eaed; --shadow-color: #c3c5c7; - --checkbox-color: #f8a9b5; - --checked-font-color: #eee; - --bg-color: #ffffff; /*改变背景色*/ - --md-char-color: #c7c5c5; /*改变元字符的颜色,例如 markdown 中的“*”*/ - --meta-content-color: #c7c5c5; /*改变元内容的颜色,例如 markdown 中的图像文本和链接地址*/ - --primary-color: #428bca; /*主按钮的颜色*/ - --primary-btn-border-color: #285e8e; - --primary-btn-text-color: #fff; - --window-border: 1px solid #eee; /*边栏等的边框*/ - --active-file-text-color: inherit; - --active-file-border-color: #777; - --side-bar-bg-color: var(--bg-color); /*改变边栏颜色*/ - --item-hover-bg-color: rgba( - 229, - 229, - 229, - 0.59 - ); /*鼠标悬停时控件项的背景,如侧边栏中的菜单*/ - --item-hover-text-color: inherit; - --monospace: monospace; /*代码的等宽字体*/ } /* With Chakra dark mode */