Dark theme for FML's new style, helps tint a few things darker without ripping up the entire layout. Modify if you want, this was made in like 10 minutes lol
FML 2021 Dark by robotgryphon
Details
Authorrobotgryphon
LicenseNo License
CategoryFMyLife
Created
Updated
Size1.4 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 FML 2021 Dark
@version 20211105.00.34
@namespace userstyles.world/user/robotgryphon
@description Dark theme for FML's new style, helps tint a few things darker without ripping up the entire layout. Modify if you want, this was made in like 10 minutes lol
@author robotgryphon
@license No License
==/UserStyle== */
@-moz-document domain("www.fmylife.com") {
body, main {
background-color: black;
}
.bg-blue-100 {
background-color: rgba(255,255,255,0.1) !important;
border-radius: .4rem;
}
.bg-beige a, .bg-beige a span {
color: #dedede;
}
.bg-white {
background-color: rgba(255,255,255,0.1) !important;
color: white !important;
}
.bg-orange-500 {
background-color: rgba(200,80,40, var(--tw-bg-opacity));
}
.bg-pink-500 {
background-color: rgb(145, 10, 10);
}
article h2, article h2 a {
color: #fff;
}
a.block {
color: white;
}
.text-white {
color: white;
}
/* Read More - Article Page */
div.row#read-more div#read-more-infinite {
background: linear-gradient(to bottom,rgba(238,238,238,0) 0,#0a0a0a 70%);
}
div#addcomment {
color: white;
}
/* Comments */
section.comment-list div.comment {
color: white;
}
div.comment div.my-2 {
color: white;
}
section.comment-list div.comment div.border > div:first-child {
border-right-color: black !important;
}
}