This HTML block ```html <details> <summary>Hello</summary> World </details> ``` Looks normal in light theme <img width="94" height="51" alt="Image" src="https://github.com/user-attachments/assets/9b4d515d-f7f6-4a58-bebd-b84e1a3dbd15" /> But the text won't change its color in dark theme (I had to select it to make it readable) <img width="80" height="71" alt="Image" src="https://github.com/user-attachments/assets/8fd53f6e-d5c6-4c80-a409-dc95e662f718" /> Is there anyway to fix this? Thanks!
This HTML block
Looks normal in light theme
But the text won't change its color in dark theme (I had to select it to make it readable)
Is there anyway to fix this? Thanks!