We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea20354 commit e53dc2cCopy full SHA for e53dc2c
1 file changed
src/assets/App.css
@@ -1176,11 +1176,11 @@ Producthunt item
1176
color: white;
1177
1178
.content {
1179
- background: linear-gradient(to right, #59320c 20%, #f88e0c);
+ background: #f88e0c;
1180
font-size: 11px;
1181
border-radius: 12px;
1182
font-weight: bold;
1183
- border: 2px solid black;
+ border: 2px solid var(--background-color);
1184
padding: 1px 6px 1px 22px;
1185
display: inline-flex;
1186
align-items: center;
@@ -1192,6 +1192,7 @@ Producthunt item
1192
position: absolute;
1193
left: 0;
1194
top: -2px;
1195
+ filter: drop-shadow(0 -4px 4px rgb(0 0 0 / 0.4));
1196
}
1197
1198
0 commit comments