Skip to content

Commit

Permalink
fix some issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LaneDu committed Aug 29, 2024
1 parent ff43e15 commit 1af930f
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 7 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@
![GitHub repo size](https://img.shields.io/github/repo-size/lanedu/Knowledge-Brain)
![jsDelivr hits (GitHub)](https://img.shields.io/jsdelivr/gh/hy/lanedu/Knowledge-Brain?label=hits)

### 2024年8月28日更新

### 2024年8月29日更新2

1. 修复了搜索颜色浅

2. 修复了主题名称字体显示浅

3. 调整了文档大小kb的显示颜色


### 2024年8月29日更新1

1. 修复了设置界面快捷键下文字颜色

Expand Down
12 changes: 11 additions & 1 deletion README_en_US.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,20 @@
![GitHub repo size](https://img.shields.io/github/repo-size/lanedu/Knowledge-Brain)
![jsDelivr hits (GitHub)](https://img.shields.io/jsdelivr/gh/hy/lanedu/Knowledge-Brain?label=hits)

### 2024年8月29日更新
### 2024年8月29日更新2

1. 修复了搜索颜色浅

2. 修复了主题名称字体显示浅

3. 调整了文档大小kb的显示颜色


### 2024年8月29日更新1

1. 修复了设置界面快捷键下文字颜色


### 2024年8月28日更新

1. 修复了图标搜索界面显示异常
Expand Down
12 changes: 11 additions & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,20 @@
![jsDelivr hits (GitHub)](https://img.shields.io/jsdelivr/gh/hy/lanedu/Knowledge-Brain?label=hits)


### 2024年8月29日更新
### 2024年8月29日更新2

1. 修复了搜索颜色浅

2. 修复了主题名称字体显示浅

3. 调整了文档大小kb的显示颜色


### 2024年8月29日更新1

1. 修复了设置界面快捷键下文字颜色


### 2024年8月28日更新

1. 修复了图标搜索界面显示异常
Expand Down
25 changes: 22 additions & 3 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ div[data-type='NodeMathBlock'] .minner .mfrac {
outline: 0;
text-decoration: none;
/* text-decoration: underline; */
color: #328eb6;
/* color: #328eb6; */
font-weight: 500;
}
.b3-dialog__container a:hover,
Expand Down Expand Up @@ -1447,6 +1447,11 @@ iframe {
color: white;
background-color:#3ca3ce;
}
/* .toolbar__item:not(.toolbar__item--disabled):not(.toolbar__item--close):hover, .toolbar__item--active {
color: white !important;
background-color:#3ca3ce !important;
} */


/***2.9.5所有的onfous变成了黑色start***/
.b3-tooltips::after {
Expand Down Expand Up @@ -1486,6 +1491,7 @@ div#tooltip {
/*大纲列*/
.b3-list-item__text{
color: black;
font-size: 15px;
}
/*****整体编辑区字体*******/

Expand All @@ -1501,13 +1507,26 @@ div#tooltip {
} */

/***********写点什么前面,预览块的提示词颜色*****************/
span.ft__on-surface:not(.b3-list-item__text) {
/***********写点什么前面,预览块的提示词颜色非搜索,非快捷键,非主题名称*****************/
span.ft__on-surface:not(.b3-list-item.b3-list-item--narrow.toggle>.ft__on-surface):not(.ft__on-surface.ft__smaller):not(#searchResult>.ft__on-surface) {
/* font-style: #ffffff; */
/* background-color: #068eb8; */
/* color: #ffffffa5!important; */


color: #dadada !important;

}
/***********写文件大小kb的颜色****************/
small.ft__on-surface{
color: #fffdfd!important;

}
/* .b3-list-item__text.ariaLabel > span.ft__on-surface {
color: #da4242 !important;
} */



/***********图片打开后显示图片百分比字体颜色背景*****************/
.viewer-tooltip {
Expand Down
2 changes: 1 addition & 1 deletion theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Knowledge Brain",
"author": "lane",
"url": "https://github.com/LaneDu/Knowledge-Brain",
"version": "3.5.8",
"version": "3.5.9",
"displayName": {
"default": "Knowledge Brain",
"zh_CN": "知识大脑"
Expand Down

0 comments on commit 1af930f

Please sign in to comment.