This commit is contained in:
Coulomb_G 2020-03-25 22:18:16 +08:00
parent 5bb931a1b8
commit 17bfec1805
8 changed files with 27 additions and 10 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

@ -53,10 +53,11 @@
"custom-navbar-video-list.min.js": "08D6713144E910C1303CB610A5890A5663B92BE82630BDA3C8E6299FB4A429E2",
"custom-navbar-watchlater-list.min.js": "5503A751DD2FDC19A6F138201B8C1654916F2D9B467E6D8B845635A920BBC595",
"danmaku-converter.min.js": "908389A7D4E5F8546075B74F41BF03BD974073B4203723A575CF22082B358692",
"dark.min.css": "1C4B30C9156AA177D6E14AC9696D2EACC7CAC03A8D9AE0CDA4990348AABFE520",
"dark.min.css": "FBAD1C478152E9542D1A40195858FE73AAF018E8DF18A38ECB113C7181A5CBD9",
"dark-important.min.css": "9381B563726BCA701DD77C7AD572793538A45CB839F56008A55EE46821EA1B05",
"dark-navbar.min.css": "A2D91F11127D165571ACCC53004EDDB118CEE110F9B020D7E0541E1C8FAEA478",
"dark-schedule.min.js": "853C446547603F4F0425F19F09F73335C9EC451A790C1C07E5E5B88A09E9B453",
"dark-slice-11.min.css": "181D302500583F0D7B3103B92854CEA2D640C6551EC34CF6D76336164A21A94F",
"dark-styles.min.js": "71AF9CBD74BD3F570515C46801AE66A52665DCEDE2F4941AA90D12A4F1381A6E",
"debounce.min.js": "54D33E1273C1F3FE19550BF1844339C3D54D6B01DF8A39C3162D95B93B079CFA",
"default-danmaku-settings.min.css": "D9942B184FEDA7B08CFA0C34920E97D7A83B81762DCBF757642EBB60F95FF25D",

Binary file not shown.

2
min/dark.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -986,6 +986,15 @@
&:hover .name {
@include theme-color();
}
.section .icon-bg-1 .avatar .red-dot {
@include theme-background-color();
}
}
> .icon.active {
@include color("a");
&:hover {
@include to-theme("blue");
}
}
}
.new-topic-panel {
@ -994,7 +1003,10 @@
@include background-color("3");
@include color("e");
}
.icon.active:hover {
@include to-theme("blue");
.more-button .more:hover {
@include theme-color();
&::after {
@include theme-border-color();
}
}
}