refactor: add subtle border to publication date

- Add subtle white border with 20% opacity
- Rounded corners (6px border-radius)
- Helps define the date element without being too prominent
This commit is contained in:
Gigi
2025-10-09 15:56:47 +01:00
parent db30c05aa0
commit 24c0889e9f

View File

@@ -550,6 +550,8 @@ body {
color: #fff;
padding: 0.4rem 0.75rem;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 6px;
z-index: 10;
}