Absolutely love the above theme but I hate the way the checkbox style is!
Is there a way for the style of the checkboxes to be changed? I’m not a coder by any means, so please breakdown if there is a way to.
Also my other question is, when I use ** to make text bold, it automatically makes it a yellow colour, is there a way for me to be able to change this colour at all?
The checklist style can be changed, but there are heaps of different stylings you can go with. Maybe have a look at a few different themes and point to / describe something you’d like? It will make it easier for folks to offer suggestions.
The **bold** color is an easy adjustment. The theme defines the bold color for light and dark modes. You could use this snippet to change them as you like.
The value here can be a variable, e.g., var(--color-pink). It can can also be written as green, a hex ( #008040 ), rbg, etc. https://www.colorhexa.com/008040
Ahhh, great that worked perfectly! Thanks so much for that I assume if I just change the bold part to heading or something it would work the same way?
In terms of the check box, something like this, where it is just a regular plain box with a coloured outline, it darkens when you hover over it and then once you click it to be checked for it change to green with a tick in the middle like the below:
I have another question tho - I use the Kanban plugin and would like to change the colour of the boards/lanes - would you have any idea how to do that or some CSS and I can try play around with it?