Skip to content

Commit 26cfed6

Browse files
committed
Fix embed mode: make .content background transparent
1 parent 5694186 commit 26cfed6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/template/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,10 @@ html.embed-mode main {
872872
padding: 1rem;
873873
}
874874

875+
html.embed-mode .content {
876+
background-color: transparent !important;
877+
}
878+
875879
/* Dark theme override for embeds */
876880
html.theme-dark {
877881
--text-color: #f3f4f6;

0 commit comments

Comments
 (0)