mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Merge branch 'preview-fixes' of https://github.com/the1812/Bilibili-Evolved into preview-fixes
This commit is contained in:
commit
8b3a3b74e2
@ -773,3 +773,25 @@
|
|||||||
#{contains('live-info-content')} {
|
#{contains('live-info-content')} {
|
||||||
background: transparent !important;
|
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