dark theme for lkong.com
lkong.com dark by ya-b

Details
Authorya-b
LicenseNo License
Categorylkong.com
Created
Updated
Code size1.8 kB
Code checksumc204f4fb
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
dark theme for lkong.com
Source code
/* ==UserStyle==
@name lkong.com dark
@namespace github.com/openstyles/stylus
@version 1.0.0
@description lkong.com dark
@author ya-b
==/UserStyle== */
@-moz-document domain("lkong.com") {
body,
[class],
[class^="css-"] .main-block,
[class^="css-"] .main,
[class^="css-"] .right,
[class^="css-"] .bubble,
[class^="css-"] .bubble.newbubble,
[class^="css-"] .main-content,
[class^="css-"] .feed-item,
[class^="css-"] .lkong-btn-dashed,
[class^="css-"] .PostThread,
[class^="css-"] .notice-setting-block,
[class^="css-"] .ant-menu .ant-menu-item-selected,
[class^="css-"] .lkong-btn-primary,
[class^="css-"] .book-info-detail .book-name,
[class^="css-"] .user-wrapper,
[class^="css-"] .user-level span,
[class^="css-"] .one-forum span ,
[class^="css-"] .main-title a,
[class^="css-"] .css-5zy7t7:hover,
[class^="css-"] .main-content .title a,
[class^="css-"] h1,
[class^="css-"] h2,
[class^="css-"] h3,
[class^="css-"] h4,
[class^="css-"] > h2 a,
[class^="css-"] p,
[class^="css-"] a,
[class^="css-"] > span,
[class^="css-"] table tr:nth-child(n){
background-color: black;
color: rgba(200, 200, 200, 255);
border-color: rgba(200, 200, 200, 255);
}
div[class^="css-"] {
border: none;
}
.ant-btn:active, .ant-btn:focus, .ant-btn:hover {
background-color: rgba(50, 50, 50, 255);
color: rgba(200, 200, 200, 255);
border-color: rgba(200, 200, 200, 255);
}
.ant-pro-layout-watermark{
display: none;
}
.main-content-wrap .css-rk59ng .avatar-wrapper .ant-avatar {
display: none;
}
}