remove border already hidden by clip-path

This commit is contained in:
rhiannon morris 2024-07-07 22:06:19 +02:00
parent ab0e1a4127
commit 56795be3ac
1 changed files with 0 additions and 2 deletions

View File

@ -174,8 +174,6 @@
}
.item:not(.year-marker) {
box-shadow: var(--text-shadow);
outline: var(--border-thickness) solid var(--border-col);
background: hsl(0, 0%, 0%, 50%);
clip-path: polygon(5% 0, 95% 10%, 95% 100%, 5% 90%);
}