This commit is contained in:
Coulomb_G 2019-12-13 12:53:53 +08:00
parent 71dde21595
commit 6276f342f7
4 changed files with 24 additions and 24 deletions

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name Bilibili Evolved (Offline)
// @version 514.12
// @version 514.88
// @description Bilibili Evolved 的离线版, 所有功能都已内置于脚本中.
// @author Grant Howard, Coulomb-G
// @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name Bilibili Evolved (Preview Offline)
// @version 514.12
// @version 514.88
// @description Bilibili Evolved 的预览离线版, 可以抢先体验新功能, 并且所有功能都已内置于脚本中.
// @author Grant Howard, Coulomb-G
// @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)

Binary file not shown.

View File

@ -732,30 +732,30 @@
}
}
.shop-panel {
.panel-desc {
@include color("e");
.shop-icon {
@include to-white();
}
.panel-desc {
@include color("e");
.shop-icon {
@include to-white();
}
.shop-list {
@include background-color("2");
.shop-desc {
.desc-box {
.title {
@include color("e");
}
.sub-title {
@include color("a");
}
.price-desc {
@include theme-color();
}
}
.shop-list {
@include background-color("2");
.shop-desc {
.desc-box {
.title {
@include color("e");
}
.btn-box .jump-btn {
@include theme-background-color();
@include foreground-color();
.sub-title {
@include color("a");
}
.price-desc {
@include theme-color();
}
}
.btn-box .jump-btn {
@include theme-background-color();
@include foreground-color();
}
}
}
}
}