this post was submitted on 08 Jan 2024
9 points (100.0% liked)
/kbin meta
39 readers
1 users here now
Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That makes sense. I’m actually not used to microblogs, and I never actually got into Twitter, so the distinguishing characteristics don’t really stand out to me as much. I think the color variation would help me better process what I’m looking at.
You can change the color yourself btw. The traditional method is to install the Stylus extension/addon, ~~but I think kbin now lets you define your own styling in your profile settings, though I haven't tried it.~~ (tried it now and this doesn't really seem possible there, has the same selector deletion issues as magazine css)
In the HTML code, microblog posts and threads are represented differently. Posts are
blockquote
, while threads arearticle
. This makes it easy to restyle them via userstyles.So you should be able to just
You can also define the color in rgb
rgb(255,0,0)
or hsl (hsl(0,100%,50%)
).I am very pleased that this is possible, but I don’t even know what words to use to even ask how to do something like that.