feat: add transition to all background
This commit is contained in:
parent
897f3f81c4
commit
9af495a4ba
1 changed files with 6 additions and 0 deletions
|
|
@ -56,6 +56,12 @@ html {
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*,
|
||||||
|
::before,
|
||||||
|
::after {
|
||||||
|
transition: 100ms background ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
.bordered {
|
.bordered {
|
||||||
border: 1px solid var(--border-color);
|
border: 1px solid var(--border-color);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue