Dark theme for Imoutosite
Imoutosite Dark by belum
Details
Authorbelum
LicenseNo License
Categoryimoutosite
Created
Updated
Size1.1 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 Imoutosite Dark
@version 20230122.16.41
@namespace userstyles.world/user/belum
@description Dark theme for Imoutosite
@author belum
@license No License
==/UserStyle== */
@-moz-document domain("imoutosite.com") {
/* ==UserStyle==
@name Imoutosite Dark
@namespace imoutosite.com/dark
@description Dark theme for Imoutosite
@version 1
==/UserStyle== */
#page {
background:#08080d;
color: #8e7f7fee
}
.widget-area .sidebar-secondary aside {
background:#08080d;
}
input {
background:#08080d;
}
.sd-social-icon .sd-content ul li a.sd-button, .sd-social-text .sd-content ul li a.sd-button, .sd-content ul li a.sd-button, .sd-content ul li .option a.share-ustom, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-content ul li.advanced a.share-more, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content>ul>li>a.sd-button, #sharing_email .sharing_send, .sd-social-official .sd-content>ul>li .digg_button>a {
background: #090606;
}
div#actionbar {
background: #090606;
}
}