A simple dark mode for thangs.com. It's not perfect so please modify it.
thangs.com by cfultz
Details
Authorcfultz
LicenseCC Zero
Categorythangs.com
Created
Updated
Code size1.4 kB
Code checksum8f93042f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name thangs.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("thangs.com") {
/* Thangs.com Dark Mode Theme - Improved */
body {
background-color: #181818;
color: #e8e8e8;
}
/* Header */
.NavBar-0-2-57,
.NavBar_Content-0-2-58 {
background-color: #282828 !important;
}
.NavBar_NavLink-0-2-101,
.Links-0-2-67,
.SearchBar-0-2-81 {
color: #ccc !important;
}
.SearchBar_Wrapper-0-2-265 {
background-color: #282828 !important;
}
.TextInput-0-2-303 {
background-color: #383838 !important;
color: #ccc !important;
}
/* Main Content Area */
.Layout_Content-0-2-48,
.Model-0-2-19 {
background-color: #181818;
}
/* Model Viewer */
.Model_ModelViewer-0-2-29 {
background-color: #282828 !important;
box-shadow: none !important;
}
.ImageViewer-0-2-417 {
background-color: #282828 !important;
}
.ModelThumbnail-0-2-451 {
color: #ccc !important;
}
.AttachmentCaption-0-2-471 {
background-color: #383838 !important;
}
/* Buttons */
.Button-0-2-174 {
background-color: #383838 !important;
color: #ccc !important;
border: 1px solid #585858 !important;
}
/* Text and Links */
.ModelTitle_Text-0-2-359,
.ModelTitle_ProfileLink-0-2-361,
.markdown p,
.markdown a {
color: #ccc !important;
}
.markdown a {
opacity: 1 !important;
}
}