mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update dark-mod
fix: https://github.com/the1812/Bilibili-Evolved/issues/4599
This commit is contained in:
parent
13f165ee1d
commit
a5a41c94a9
@ -772,4 +772,26 @@
|
||||
|
||||
#{contains('live-info-content')} {
|
||||
background: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
#{contains('upower-pay-container')} {
|
||||
.header {
|
||||
@include background-color('0');
|
||||
}
|
||||
#{contains('content')} {
|
||||
@include background('2');
|
||||
#{contains('tab-group')} {
|
||||
#{contains('active')} {
|
||||
@include color('f');
|
||||
}
|
||||
}
|
||||
#{contains('month-charge-grade')} {
|
||||
background: #333;
|
||||
}
|
||||
#{contains('charge-grad-container')} {
|
||||
.charge-grad-item {
|
||||
background: linear-gradient(45deg, #333, #444);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user