simple darkmode for Thangs.com
thangs.com by Niiro92Othman
Details
AuthorNiiro92Othman
LicenseNo License
Categorythangs.com
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
used chatgpt because I can't code.
Source code
/* ==UserStyle==
@name thangs.com
@version 20231006.01.27
@namespace ?
==/UserStyle== */
@-moz-document domain("thangs.com") {
/*
Beautified Dark Mode CSS Snippet with Inter Font
Created by ChatGPT
*/
/* === Global Styles === */
body, div, p, span, h1, h2, h3, h4, h5, h6 {
background-color: #121212 !important;
color: #ffffff !important;
font-family: 'Inter', sans-serif;
}
/* === Links === */
a {
color: #bb86fc !important;
font-family: 'Inter', sans-serif;
}
/* === Form Elements === */
input, textarea, select, button {
background-color: #121212 !important;
color: #ffffff !important;
border: 1px solid #bb86fc !important;
font-family: 'Inter', sans-serif;
}
/* === Buttons === */
button {
background-color: #3700b3 !important;
border: none !important;
font-family: 'Inter', sans-serif;
}
/*
Additional Overrides (Uncomment if necessary)
*/
/* === Example: Google's Search Bar === */
/*
#searchform {
background-color: #121212 !important;
}
*/
}