A dark theme for the TwistedVoxel.com website
TwistedVoxel Dark Theme by ThatOneUnoriginal
Details
AuthorThatOneUnoriginal
LicenseMIT License
Categorytwistedvoxel.com
Created
Updated
Size2.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name TwistedVoxel Dark Theme
@namespace https://userstyles.world/style/14588/twistedvoxel-dark-theme
@version 1.0.1
@description A dark theme for TwistedVoxel
@author tou / ThatOneUnoriginal
==/UserStyle== */
@-moz-document domain("twistedvoxel.com") {
#content-wrapper{
background: #222;
}
.tt-header .top-inner{
background: #222;
}
.sidebar-heading-style2 .tt-title-text, .sidebar-heading-style4 .tt-title-block, .sidebar-heading-style5 .tt-title-block, .sidebar-heading-style3 .tt-title-block{
background: #151515
}
.tt-title-text{
color: #fff;
}
.simple-text h1, .c-h1{
color: #fff;
}
.tt-blog-user-content a{
color: #fff;
}
.simple-text.margin-big p, .simple-text.margin-big img, .simple-text.margin-big blockquote, .simple-text.margin-big ul, .simple-text.margin-big ol, .simple-text.margin-big div[class^="col-"]{
color: #fff;
}
.tt-shortcode-1{
background: #222;
}
.tt-shortcode-1 .tt-title-block{
background: #000;
}
.simple-text h6, .c-h6{
color: #fff;
}
.tt-tag-title{
color: #fff;
}
.tt-tags a{
color: #fff;
}
.simple-text a:hover{
color: #0500ff;
}
a, a:link, a:visited, a:active, a:hover{
color: #fff;
}
.simple-text p, .simple-text h1, .simple-text h2, .simple-text h3, .simple-text h4, .simple-text h5, .simple-text h6, .simple-text img, .simple-text blockquote, .simple-text ul, .simple-text ol, .simple-text div[class^="col-"], .simple-text .embed-responsive, .simple-text .instagram-media, .simple-text .swiper-container, .simple-text iframe{
color: #fff
}
.tt-pagination a, .page-numbers a, .page-numbers span, .woo-pagination a, .woo-pagination span.current, .page-links a, .page-links>span{
background: #000;
color: #fff;
}
}