Remove useless style

* update docker ignore
* Update readme
This commit is contained in:
DefectingCat
2021-12-30 16:30:59 +08:00
parent 0f3a69cceb
commit 48bb1e1586
4 changed files with 7 additions and 23 deletions

View File

@ -1,2 +1,3 @@
.next
out
node_modules

View File

@ -1,9 +1,14 @@
<div style="display: flex; justify-content: center">
<img src="./public/images/img/64.png" style="width: 128px; height: 128px;" >
<img src="./public/images/img/64.png" style="width: 128px; height: 128px;" />
</div>
## 小破站
<div>
<img src="https://img.shields.io/github/workflow/status/DefectingCat/DefectingCat.github.io/Export%20static%20to%20github%20pages?style=flat-square" />
<img src="https://img.shields.io/website?style=flat-square&url=https%3A%2F%2Fblog.rua.plus" />
</div>
咸鱼的博客 ✍,[RUA](https://blog.rua.plus/)。
## ❤️

View File

@ -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',

View File

@ -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 */