Coulomb_G 2020-02-22 01:47:35 +08:00
parent 6269778676
commit ba2912b0a5
8 changed files with 23 additions and 8 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

@ -51,7 +51,7 @@
"custom-navbar-video-list.min.js": "08D6713144E910C1303CB610A5890A5663B92BE82630BDA3C8E6299FB4A429E2",
"custom-navbar-watchlater-list.min.js": "2742EAFAA8C716A9E937F70DE1D222DAA97A83EA6323B56DA001F609757240DE",
"danmaku-converter.min.js": "FDAB4DB2E3C79730A39CDA7C5FD193693621FED206C6549E9B8F13778080CC12",
"dark.min.css": "4C280EF25DDB961E828E6F273DE986A942F6F6D0683F4AA10CF7BEBB181F8F3C",
"dark.min.css": "962EF3ACE3D0349369FCAECB65266667FD07A3E42EDFF179760725F261B361D8",
"dark-important.min.css": "B30D1AAD647103126D47740D67FFA472DE7B385420BB5E8050100BE759114A93",
"dark-navbar.min.css": "A2D91F11127D165571ACCC53004EDDB118CEE110F9B020D7E0541E1C8FAEA478",
"dark-schedule.min.js": "853C446547603F4F0425F19F09F73335C9EC451A790C1C07E5E5B88A09E9B453",

Binary file not shown.

2
min/dark.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -801,4 +801,19 @@
.card-content .tag {
@include theme-background-color();
@include foreground-color();
}
.wide-members .avatar {
&-list .van-icon-general {
&_back_s:after {
background: linear-gradient(-270deg,#444,hsla(0,0%,100%,0)) !important;
}
&_enter_s:after {
background: linear-gradient(270deg,#444,hsla(0,0%,100%,0)) !important;
}
}
.tag {
@include background-color("2");
@include color("e");
@include theme-border-color();
}
}