html.dark .post-form input, html.dark .post-form select, html.dark .post-form textarea{
    background: none;
}
html.dark .comment_main{
    background: none;
}
html.dark .Scode-Red, html.dark .Scode-Blue, html.dark .Scode-Pink, html.dark .Scode-Pink-Pro, html.dark .Scode-Green, html.dark .Scode-zise{
    background-color: rgba(246, 246, 246, 0.527)!important;
    color: rgb(61, 70, 77);
}
html.dark .Scode-mhz{
    background-image: -webkit-linear-gradient(62deg,#6793bfc0 0%,#77a5d2c0 100%)!important;
}
html.dark .Scode-tkzj{
    background-image: -webkit-linear-gradient(
0deg
,#b9a3aac4 0%,#81b1af8f 100%)!important;
}
html.dark .Scode-yyz{
    background-image: radial-gradient( circle farthest-corner at 10% 20%, rgb(79 97 187) 0%, rgb(149 133 162) 90% )!important;
}
html.dark .Scode-xty{
    background-image: radial-gradient( circle farthest-corner at -8.9% 51.2%, rgb(255 124 0 / 61%) 0%, rgb(255 124 0 / 73%) 15.9%, rgb(255 163 77 / 63%) 15.9%, rgb(255 163 77 / 70%) 24.4%, rgba(19,30,37,1) 24.5%, rgba(19,30,37,1) 66% )!important;
}
html.dark :not(pre) > code[class*="language-"], html.dark pre[class*="language-"]{
    background: none;
}
html.dark pre[class*="language-"]>code {
    border-left: 10px solid transparent;
}
html.dark .torTree *{
    color: white;
}
html.dark #headnav-a{
    color: var(--brown);
}
html.dark .panel-default>.panel-footer, html.dark .panel-default>.panel-heading, html.dark .panel-body {
    background: #000;
    color: #aaa;
}
html.dark .panel-heading {
    border-color: #191919;
}
html.dark .wrapper-lg .entry-content a:hover {
    color: #aaa;
}
html.dark .box-shadow-wrap-lg {
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 42%);
    box-shadow: 0 2px 6px rgb(0 0 0 / 42%);
}
html.dark .post_tab .nav, html.dark .tab-container .tab-content {
    background-color: #212121;
}
html.dark .b-b {
    border-color: #252525;
}
html.dark .tab-container .tab-content {
    background-color: #212121;
}
html.dark #write{
    background-color: transparent;
}

html.dark #write h1, html.dark #write h2, html.dark #write h3, html.dark #write h4 {
    background: linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.39) 0) no-repeat;
}