Correct border of blog post editor's note in dark mode

This commit is contained in:
Alex Cabal 2025-05-08 16:49:48 -05:00
parent f15180fa6c
commit 8641c57dbf

View file

@ -1,5 +1,5 @@
.editors-note{ .editors-note{
border: 3px double #222222; border: 3px double var(--body-text);
padding: 2em; padding: 2em;
font-style: italic; font-style: italic;
box-sizing: border-box; box-sizing: border-box;