Skip to content

Commit e53dc2c

Browse files
committed
fix: update content background color and adjust border styling for consistency
1 parent ea20354 commit e53dc2c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/assets/App.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,11 +1176,11 @@ Producthunt item
11761176
color: white;
11771177

11781178
.content {
1179-
background: linear-gradient(to right, #59320c 20%, #f88e0c);
1179+
background: #f88e0c;
11801180
font-size: 11px;
11811181
border-radius: 12px;
11821182
font-weight: bold;
1183-
border: 2px solid black;
1183+
border: 2px solid var(--background-color);
11841184
padding: 1px 6px 1px 22px;
11851185
display: inline-flex;
11861186
align-items: center;
@@ -1192,6 +1192,7 @@ Producthunt item
11921192
position: absolute;
11931193
left: 0;
11941194
top: -2px;
1195+
filter: drop-shadow(0 -4px 4px rgb(0 0 0 / 0.4));
11951196
}
11961197
}
11971198
}

0 commit comments

Comments
 (0)