A nicer dark mode for bliptext than the built-in version
Better dark mode for bliptext by Stankendesokies

Details
AuthorStankendesokies
LicenseNo License
Categoryhttps://bliptext.com
Created
Updated
Size916 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 bliptext.com
@version 20250228.14.51
@namespace https://userstyles.world/user/Stankendesokies
@description A nicer dark mode for bliptext than the built-in version
@author Stankendesokies
==/UserStyle== */
@-moz-document url-prefix("https://bliptext.com") {
body, .bg-card, form input, form button, span:has(svg), span:has(svg) svg {
background: #1B1B1B !important;
color: #D3D3D3 !important;
}
.p-0 div {
border-radius: .75rem;
}
* {
border-color: #D3D3D3 !important;
}
.hover\:bg-accent:hover, .bg-border {
background-color: #D3D3D3 !important;
}
#bits-4 button {
background-color: #D3D3D3 !important;
color: #1B1B1B !important;
}
.markdown-content a {
color: #4962EE !important;
}
.placeholder\:text-muted-foreground::placeholder, .text-muted-foreground {
color: #959595 !important;
}
}