6 lines
142 B
CSS
6 lines
142 B
CSS
/* Add this style to the image if it's unreadable
|
|
when the dark theme is applied */
|
|
img.white_bg {
|
|
background-color: white;
|
|
padding: 1em;
|
|
}
|