Since the New SoundCloud Comment UI Arrived - Text on Dark themes is Dark Aswell... So i made a quick fix for that
Dark Theme Fix for SoundCloud by 448
Details
Author448
LicenseNo License
CategorySoundcloud
Created
Updated
Size3.2 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 Dark Theme Fix for SoundCloud
@version 20231119.04.24
@namespace userstyles.world/user/448
@description Since the New SoundCloud Comment UI Arrived - Text on Dark themes is Dark Aswell... So i made a quick fix for that
@author 448
@license No License
==/UserStyle== */
@-moz-document domain("soundcloud.com") {
.commentItem__body {
font-size: 14px;
font-weight: 100;
line-height: 20px;
color: #fff;
}
.commentItem__username, .commentItem__usernameLink, .commentItem__usernameLink:hover, .commentItem__usernameLink:visited {
color: #fff;
font-size: 14px;
font-weight: 600;
line-height: 20px;
}
.commentItem__createdAt, .commentItem__separator, .commentItem__timestamp {
font-size: 12px;
color: #aaa;
}
.commentItem__replyButton, .commentItem__replyButton:hover, .commentItem__replyButton:visited {
font-size: 13px;
font-weight: 500;
line-height: 16px;
color: #aaa;
margin-right: 12px;
}
.sc-classic .commentForm.visible.m-small .commentForm__wrapper {
height: 64px;
background: #111;
margin-left: 30px;
padding: 0;
border: none;
}
.sc-classic .commentForm.m-small .commentForm__input {
height: 40px;
border-radius: 24px;
border: none;
padding: 0 16px;
color: #000;
font-weight: 100;
background: #2b2b2b;
}
.sc-classic .commentForm.m-small .commentForm__input {
height: 40px;
border-radius: 24px;
border: none;
padding: 0 16px;
color: #ffffff;
font-weight: 100;
background: #2b2b2b;
}
.commentItem__delete {
width: 32px;
height: 32px;
border: none;
background: url(https://cdn.discordapp.com/attachments/1154605446712283196/1175647492721885214/Trash-3b76td75e.png?ex=656bfe0c&is=6559890c&hm=4ff4c7d4c958ec69022dc4e00669c725971f10aa369d44568cfa2fd4720b29dc&) no-repeat center 60%;
background-size: 60%;
}
.Pill_Pill__2lBjK {
display: inline-flex;
flex-direction: row;
align-items: center;
padding: 8px 16px;
background-color: var(--button-secondary-background-color);
color: #fff;
font: var(--typography-captions-font);
text-decoration: none;
border-radius: 16px;
white-space: nowrap;
border: 0;
transition: background .1s ease-in-out,color .1s ease-in-out;
transition: var(--button-transition);
}
.DropdownMenu_DropdownToggleButton__22ClQ {
display: flex;
align-items: center;
justify-content: space-between;
padding: 6px 0;
border: 0;
background: transparent;
color: var(--font-secondary-color);
font: var(--typography-heading4-font);
cursor: pointer;
}
.DropdownMenu_DropdownToggleButton__22ClQ {
display: flex;
align-items: center;
justify-content: space-between;
padding: 6px 0;
border: 0;
background: transparent;
color: #fff;
font: var(--typography-heading4-font);
cursor: pointer;
}
body {
color: #fff;
}
.DataList_Link__3oG0M {
width: 100%;
color: #fff;
text-decoration: none;
}
.List_Link__3iWu2 {
display: flex;
width: 100%;
color: #fff;
text-decoration: none;
}
.List_Active__1DGsL {
color: #fff;
}
}