diff --git a/Blog/blog/2024-01-23-whats-new-in-seaorm-0.12.x.md b/Blog/blog/2024-01-23-whats-new-in-seaorm-0.12.x.md index 22b11601a5e..169a766fc70 100644 --- a/Blog/blog/2024-01-23-whats-new-in-seaorm-0.12.x.md +++ b/Blog/blog/2024-01-23-whats-new-in-seaorm-0.12.x.md @@ -241,6 +241,15 @@ If you feel generous, a small donation will be greatly appreciated, and goes a l A big shout out to our sponsors 😇: +#### Gold Sponsors + + + + + + +#### Sponsors +
diff --git a/Blog/src/css/custom.css b/Blog/src/css/custom.css index 6054b058f8a..d02855a90c4 100644 --- a/Blog/src/css/custom.css +++ b/Blog/src/css/custom.css @@ -46,3 +46,11 @@ html[data-theme='dark'] canvas.chart-js, html[data-theme='dark'] .badge-dark-mode { filter: invert(1) hue-rotate(180deg); } + +[data-theme='light'] img[src$='dark'], +[data-theme='dark'] img[src$='light'], +[data-theme='light'] video[data-theme='dark'], +[data-theme='dark'] video[data-theme='light'] +{ + display: none; +}