Skip to content

Commit 2b0de21

Browse files
committed
add bg to MD blocks
1 parent 9c3020d commit 2b0de21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pcweb/flexdown.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def render(self, env) -> rx.Component:
161161
),
162162
border=f"1px solid {rx.color(color, 4)}",
163163
border_radius="12px",
164-
background_color=f"{rx.color(color, 3)}",
164+
background_color=f"{rx.color(color, 3)} !important",
165165
width="100%",
166166
margin_bottom="16px",
167167
margin_top="16px",
@@ -486,7 +486,7 @@ def render(self, env) -> rx.Component:
486486
),
487487
border=f"1px solid {rx.color(color, 4)}",
488488
border_radius="12px",
489-
background_color=f"{rx.color(color, 3)}",
489+
background_color=f"{rx.color(color, 3)} !important",
490490
width="100%",
491491
margin_bottom="16px",
492492
margin_top="16px",

0 commit comments

Comments
 (0)