feat: subtle pill style change
This commit is contained in:
parent
911a1ecb08
commit
2a5f17375b
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
.pill {
|
||||
background-color: var(--color-surface);
|
||||
border-radius: 1rem;
|
||||
transition: transform var(--transition-duration);
|
||||
transition:
|
||||
transform var(--transition-duration),
|
||||
background-color 75ms;
|
||||
}
|
||||
|
||||
.pill:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue