Skip to content

Commit

Permalink
fix(display bug): 修改评论分页器color,搜索建议的color。增加space站点的收藏
Browse files Browse the repository at this point in the history
  • Loading branch information
Jealh-h committed Jun 1, 2022
1 parent a83a149 commit d5c3a67
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
- 个人中心
![个人中心](https://cdn.jsdelivr.net/gh/PancakeDogLLL/imageBed/img/bili-space.png)

## usage

1. 下载release的压缩包或者直接下载仓库代码
2. 在浏览器扩展里面打开开发者模式
3. 点击**加载已解压的扩展程序**选择下载好的仓库文件夹即可
4. 刷新bilibli网站

## issues

- 一些js动态生成的pop卡片没有更改样式
Expand Down
4 changes: 4 additions & 0 deletions live.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,8 @@ body .international-header .mini-type,

.more-btn-cntr {
background-color: #000 !important;
}

body .area-name {
color: #C9CCD0 !important;
}
3 changes: 3 additions & 0 deletions search.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
* 搜索页的dark mode
*/

html body {
color: var(--text4);
}
body .mini-header {
background-color: var(--Ba0);
}
Expand Down
47 changes: 46 additions & 1 deletion space.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,49 @@ body #page-index #i-ann-content textarea {

.user-info .user-info-title .info-title {
color: #C9CCD0 !important;
}
}

/* 动态 */

body #page-dynamic .col-2 .section {
background-color: #000;
}

body .bili-dyn-item {
background-color: #000;
border: 1px solid #2F3238;
}

/* 动态卡片的up昵称 */
body .bili-dyn-title__text {
color: #fff;
}
body .bili-dyn-card-video__body {
background-color: #16161a;
}
body .bili-dyn-card-video__title,
body .bili-rich-text__content {
color: #C9CCD0;
}

/* 动态评论 */
body .bb-comment, body .comment-bilibili-fold {
background-color: #000;
}

/* 投稿 */
body .col-full {
background-color: #000;
}
/* 投稿区菜单 */
body .contribution-sidenav {
color: #C9CCD0;
}
body #page-video .page-head__left .video-title,
body .breadcrumb .item.cur/* 合集和列表 */ {
color: #fff;
}

#page-series-index .channel-item .channel-name {
color: #C9CCD0 !important;
}
13 changes: 13 additions & 0 deletions video.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,19 @@ body .danmaku-wrap .player-auxiliary-area .player-auxiliary-danmaku-wrap {
body .bb-comment, .comment-bilibili-fold {
background-color: var(--Ba0);
}

/* 评论分页 */
body .paging-box {
color: var(--text4);
}
body .paging-box .current,
body .paging-box .next,
body .paging-box .prev,
body .paging-box .tcd-number,
body .paging-box .dian {
color: var(--text4);
}

/* 评论文字内容 */
body .comment-list .list-item .user .text-con,
body .comment-list .list-item .text {
Expand Down

0 comments on commit d5c3a67

Please sign in to comment.