Skip to content

Commit ea20354

Browse files
committed
fix: update background style for content section with gradient
1 parent d1a2770 commit ea20354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/assets/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ Producthunt item
11761176
color: white;
11771177

11781178
.content {
1179-
background-color: #995826;
1179+
background: linear-gradient(to right, #59320c 20%, #f88e0c);
11801180
font-size: 11px;
11811181
border-radius: 12px;
11821182
font-weight: bold;

0 commit comments

Comments
 (0)