so less than a month ago I gave my #wordpress blog (https://soulzeppel.in) a new theme (used #twentytwentythree because nice and customizable) and I remember that I did some css-trick to make the categories look the way they do (instead of being a list with "bullet points")

now trying to do the same with my blog roll, but I can't remember where to put the css? and I can't find it in the categories block?

enjoying the postapocalypse – (enjoying the postapocalypse)

okay, so I found out:
1) you can add additional css by typing "css" in the search bar of the theme editor thingy
2) you can add additional css to blocks by going to styles and then selecting the blocks -> this is not possible for every block, for example the "blogroll block" I've installed can't do it
3) you need to be schlau about css to pull of 1), so it took me some time to figure out that I needed to type "ul.blogroll li {style;}" 🕶
somehow, the blogroll is also aligned more to the right. I don't really know why. maybe it's okay that it's just like this. we'll all get used to it.