mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Remove useless style
* update docker ignore * Update readme
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
.next
|
||||
out
|
||||
node_modules
|
@ -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/)。
|
||||
|
||||
## ❤️
|
||||
|
@ -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',
|
||||
|
@ -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 */
|
||||
|
Reference in New Issue
Block a user