Created
April 9, 2020 14:32
-
-
Save gucheen/cef1514019a140a01ddccfd6b65ecb90 to your computer and use it in GitHub Desktop.
douyu-dark.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("www.douyu.com") { | |
.layout-Player-toolbar, | |
.layout-Player-asideMain, | |
.layout-Player-announce, | |
.ChatRank-rankWraper, | |
.FansRankInfo, | |
.ChatTabContainer-titleWraper--tabLi, | |
.ChatTabContainer-titleWraper--tabLi.is-active, | |
.layout-Player-barrage, | |
.PlayerToolbar-signCont { | |
background-color: #000; | |
border-width: 0; | |
border-radius: 0; | |
} | |
.Barrage-content { | |
color: #999; | |
} | |
.ToolbarGiftArea-giftExpandBtn { | |
background-color: #333; | |
} | |
.shark-webp .ToolbarGiftArea-giftExpandBtn { | |
background-image: none; | |
} | |
.ChatSend-txt { | |
background-color: #333; | |
color: #999; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment