Hello! About the previous ask /post/661184740414652416/ I also noticed that issue and since I like messing around with themes editing them to my liking I found a solution: if I remember correctly the fix is to add “body.night” before you define the night background of npf quotes. I hope this helps ☺️
The original:
body.night .quote, p.npf_quote {background: var(--dark-mode-secondary-background); transition: .3s;}
The fix:
body.night .quote, body.night p.npf_quote {background: var(--dark-mode-secondary-background); transition: .3s;}
Ahh, good eye! I must have missed that. Coding the dark mode on this theme was a nightmare haha.















