Skip to content

Commit e18f7b0

Browse files
fix tags (2)
1 parent 39c5a9b commit e18f7b0

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

home.css

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -504,18 +504,23 @@ body {
504504
gap: 8px;
505505
flex-wrap: wrap;
506506
z-index: 3;
507+
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 70%, transparent 100%);
507508
}
508509

509510
.card-category {
510511
display: inline-block;
511-
background: rgba(255, 255, 255, 0.9);
512-
color: #333;
513-
padding: 4px 12px;
514-
border-radius: 16px;
515-
font-size: 0.75rem;
512+
background: rgba(255, 255, 255, 0.18);
513+
backdrop-filter: blur(12px);
514+
-webkit-backdrop-filter: blur(12px);
515+
color: #fff;
516+
padding: 4px 14px;
517+
border-radius: 20px;
518+
font-size: 0.72rem;
516519
font-weight: 600;
517520
text-transform: uppercase;
518-
letter-spacing: 0.5px;
521+
letter-spacing: 0.8px;
522+
border: 1px solid rgba(255, 255, 255, 0.25);
523+
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
519524
}
520525

521526
/* Title strip at bottom of front face */

0 commit comments

Comments
 (0)