Dark theme for Imginn
Imginn Dark by thejenja
Details
Authorthejenja
LicenseNo License
Categoryimginn
Created
Updated
Size999 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Imginn Dark
@version 20240714.15.38
@namespace https://userstyles.world/user/thejenja
@description Dark theme for Imginn
@author thejenja
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://imginn.com/") {
html {
color-scheme: dark
}
body {
color: #ddd;
background-color: #0f0f0f
}
.block-sulvo {
display: none
}
#header {
color: #eee;
background: #000;
box-shadow: 0 0 5px #0000001a
}
#header .logo a {
color: #fff
}
.page-post .comments .comment,.page-post .desc,.page-post .downloads,.page-search .tab-contents .tab-item {
background-color: #0f0f0f;
box-shadow: .5px .5px 1px #0000001a
}
.page-post .show {
background-color: #1f1f1f
}
.page-index .page-index-search button {
background: #2f2f2f url(/img/search1.png)no-repeat center/20px
}
.page-user .tabs .tab {
background-color: #2f2f2f;
color: #8f8f8f
}
}