style(collections/board): minor improvements to Add item

This commit is contained in:
Elian Doran 2025-09-12 16:28:26 +03:00
parent 114fdd6f91
commit e99748e45f
No known key found for this signature in database

View File

@ -238,12 +238,13 @@
.board-new-item {
margin-top: 0.5em;
padding: 0.5em;
padding: 0.25em 0.5em;
border-radius: 5px;
color: var(--muted-text-color);
cursor: pointer;
transition: all 0.2s ease;
background-color: transparent;
font-size: var(--card-font-size);
}
.board-new-item:hover {