@charset "utf-8";
.dm-bg {
    background: #191d21!important
}
.dm-invert {
    -webkit-filter: invert(100%)!important;
    filter: invert(100%)!important
}
.dm-default {
    background: #242a30!important
}
.dm-block {
    background: #242a30!important;
    border: solid 1px rgba(255,255,255,.06) !important;
}
.dm-menubar {
    border-bottom: solid 1px rgba(255,255,255,.08)!important
}
.dm-menubar-l1 {
    border-bottom: solid 1px transparent!important;
    background: #283075!important;
}
.dm-menubar-l2 {
    background: rgba(40,48,117,.8)!important
}
.dm-submenu-outer {
	background: #242a30!important;
}	
.dm-submenu-btn {
    color: #cecece!important;
}
.dm-submenu-lip {
    background: url(/img/icons/submenu/lip-dm.png) no-repeat center!important;
    background-size: 22px !important;
}
.dm-header {
    background: -webkit-gradient(linear,left top, right top,from(rgba(79,0,103,.7)),to(rgba(0,81,105,.7)))!important;
    background: -webkit-linear-gradient(left,rgba(79,0,103,.7),rgba(0,81,105,.7))!important;
    background: -o-linear-gradient(left,rgba(79,0,103,.7),rgba(0,81,105,.7))!important;
    background: linear-gradient(to right,rgba(79,0,103,.7),rgba(0,81,105,.7))!important;
}
.dm-header-patreon {
    background: #88382d!important
}
.dm-highlight {
    color: #2dbc4e!important;
    background: rgba(40,167,69,.2)
}
.dm-txt {
    color: #cecece!important
}
.dm-udl {
    border-bottom: 1px solid #191d21!important
}
.dm-icon {
    opacity: 1!important;
    background: url(/img/icons/menu/darkmode-on.png) no-repeat center!important;
    background-size: 16px!important
}
.dm-flag {
    border: solid 1px #242a30!important
}
.dm-buttons-a {
    background: #252d68!important
}
.dm-buttons-a:hover {
    background: #2c357b!important
}
.dm-buttons-b {
    color: #fff!important;
    background: rgba(255,255,255,.1)!important
}
.dm-buttons-b:hover {
    background: rgba(255,255,255,.2)!important
}
.dm-panel {
    border: solid 1px rgba(255,255,255,.08);
    background: #242a30!important;
}
.dm-panel:hover {
    background: #2f373f!important
}
.dm-navsidebar-title {
    background: #252d68!important
}
.dm-navsidebar-txt {
    color: #cecece!important;
}
.dm-block-search {
    border-bottom: 1px solid #242a30!important;
    background: #242a30
}
.dm-blog-header {
    border: solid 1px rgba(255,255,255,.06) !important;
    background: #242a30!important;
}
.dm-blog-body {
    border: solid 1px rgba(255,255,255,.06) !important;
    background: #242a30!important;
}
.dm-blog-h2 {
    color: #bebebe!important;
    border-bottom: solid 1px rgba(255,255,255,.06) !important;
}
.dm-blog-footer {
    border: solid 1px rgba(255,255,255,.06) !important;
    background: #242a30!important;
}
.dm-blog-sidebar {
    color: #cecece!important;
}
.dm-compat-highlight:hover {
    background: rgba(0,102,204,.2)!important
}
.dm-compat-author {
    background: #283075!important
}