style(next): use same background as left pane for right pane

This commit is contained in:
Elian Doran 2025-01-19 20:48:10 +02:00
parent 1893f2ea80
commit 507339be1f
No known key found for this signature in database

View File

@ -896,7 +896,7 @@ body.mobile .note-title {
*/ */
#right-pane { #right-pane {
background: var(--main-background-color); background: var(--left-pane-background-color);
} }
#right-pane .toc li, #right-pane .toc li,