Improve fans medal color

This commit is contained in:
the1812 2020-07-29 22:37:16 +08:00
parent 9e466e5b90
commit 2bf5da7752
10 changed files with 46 additions and 12 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

@ -57,12 +57,14 @@
"danmaku-converter.min.js": "80FE861D0D69A6FB6BE67444A0350182F0245AFE2E61A1043DBA86F092A69868",
"danmaku-send-bar.min.css": "52149D46CF3A15CF6EB186CB49F298DE18B0723E52D8693228F66099847EDCCB",
"danmaku-send-bar.min.js": "7108E72F00C169F26E20409F4AA79F05553310375BABC392EB7E2166224B800A",
"dark.min.css": "53FC0A641292561F4F453D3FD83C37616B513D36C0974AAE167897D8658FCE3E",
"dark.min.css": "E4ADB53C04F99E257F40519BD74A17251789EEC9C312AF0119FFB3E2897781C7",
"dark.user.css": "AEEF10A76EDD1AE248EDE7E2050B65BDDF3BC4BA5C57206CDAB2E6D8BF11B106",
"dark-color-scheme.min.js": "6D353AC738180317ACF9D2E046BFFBA0ACC0FA7A8D22B8E16C51127CDE4FE96B",
"dark-important.min.css": "5369385A2C16188FB11E71C4C5B91275646F22F0F09E518E37813CC4FA23A072",
"dark-navbar.min.css": "7FAD547E326B768904B3739C978DF86FFDDD5E5064FB8F490710D197CCC3018B",
"dark-schedule.min.js": "853C446547603F4F0425F19F09F73335C9EC451A790C1C07E5E5B88A09E9B453",
"dark-slice-1.min.css": "863579E5D7743877A64CAD8910975D261F8765D7CF21D319137225A595218240",
"dark-slice-9.min.css": "D125B312F5FD81A6F224E3BE03F1E16AADA92F5F772E0C5C781FE56ABEC0012B",
"dark-styles.min.js": "77F12E4F159C5139E1FC6030615F88EFD0A02443D34C3C4EDC3DB0B85F081631",
"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

File diff suppressed because one or more lines are too long

View File

@ -1577,10 +1577,10 @@ ul.filter-disable .icon-copy,
{
filter: brightness(0.16) blur(10px) !important;
}
.bottom-actions .left-action
/* .bottom-actions .left-action
{
filter: brightness(0.8) !important;
}
} */
.user-type-icon .svg-icon.phone-2,
.user-type-icon .svg-icon.not-member-2,
.box-slide-item.expired .box-img,

View File

@ -382,6 +382,30 @@
@include color("f");
}
$rankColors: (
#61c05a: #44b0a0,
#5896de: #74b0f6,
#a068f1: #ba94f2,
// '#ff86b2': #ff86b2,
#ff9f3d: #f6be18,
#1a544b: #f6be18,
#414967: #f6be18,
#2d0855: #f6be18,
);
@each $current, $original in $rankColors {
$rgb: "rgb(" + red($current) + ", " + green($current) + ", " + blue($current) + ")";
.fans-medal-item[style*="border-color: #{$rgb}"],
.fans-medal-item[style*="border-color: #{$current}"] {
border-color: $original !important;
.label {
background-color: $original !important;
}
.level {
color: $original !important;
}
}
}
$highlight-map: (
1: #a0a7dc,
2: #c7aade,