• The image of kakeru has a transparent background.
    • In dark mode, the text becomes invisible.
  • In places like 626a212579e11300001acddd, I would like to add a color to the image background.

style.css

img[src^="https://i.kakeru.app"] {
	background-color: lightgray;
}