This commit is contained in:
Coulomb_G 2019-09-25 20:48:52 +08:00
parent d383a427d3
commit f90dfd1fa7
9 changed files with 32 additions and 14 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -27,11 +27,11 @@
"custom-navbar.min.html": "8A5332791C9693A571F7B885D6367616F519054CACEDA2DDA147735638EDEE15",
"custom-navbar.min.js": "FE3DAFF55D8D6BA55FE1ED0E67216D3638C60B1077F1DE598F4E610DBAB848F6",
"danmaku-converter.min.js": "FDAB4DB2E3C79730A39CDA7C5FD193693621FED206C6549E9B8F13778080CC12",
"dark-important.min.css": "241B733A5B0570FF9EE1EF039E3652DBBC92F742B3C403B38B2DDDEEF5C0A655",
"dark-important.min.css": "8B6A2F5E976565E607B8FDFA6428B0FA688577EC0BB2EE0B7495BE1CD1D12355",
"dark-navbar.min.css": "A2D91F11127D165571ACCC53004EDDB118CEE110F9B020D7E0541E1C8FAEA478",
"dark-schedule.min.js": "853C446547603F4F0425F19F09F73335C9EC451A790C1C07E5E5B88A09E9B453",
"dark-styles.min.js": "DB1595B7CE9CC404D41724D05FE76D84587ADC7706F4FC0F32BA23E9B265BF6E",
"dark.min.css": "6572130BA78653DD7871003FD6E7BA05F72476D0715ECA3315F29E36557C0500",
"dark.min.css": "23E7756F08E5383579D66C652CAA74F2593EE1693D3A69603ADC33A74FEF7149",
"debounce.min.js": "54D33E1273C1F3FE19550BF1844339C3D54D6B01DF8A39C3162D95B93B079CFA",
"default-danmaku-settings.min.css": "D9942B184FEDA7B08CFA0C34920E97D7A83B81762DCBF757642EBB60F95FF25D",
"default-danmaku-settings.min.js": "30A8D36137B5A4D560BD47F7A264F77C7DD4428291DF3E7EBD8D632B2AE9973E",

Binary file not shown.

File diff suppressed because one or more lines are too long

2
min/dark.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -65,6 +65,7 @@
@include background-color("2");
&:hover {
@include theme-background-color();
@include foreground-color();
}
}
}
@ -81,4 +82,21 @@
}
.chat-history-panel .chat-history-list .chat-item.superChat-card-detail .card-item-middle-top {
@include background-color();
.card-item-middle-top-right .name {
@include color("e");
}
}
.chaos-pk-rank {
.link-to-history {
@include color("a");
}
.rank .rank-name {
@include color("e");
}
}
.bl-button--primary:disabled {
@include color("e");
}
.live-room-app .guard-rank-cntr .rank-cntr .btn-box .buy:hover {
@include foreground-color();
}