chore: scope link + button transitions
This commit is contained in:
parent
ee7266d644
commit
9369b48296
2 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "5.9.5",
|
"version": "5.9.6",
|
||||||
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
|
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -484,8 +484,12 @@ li {
|
||||||
color: var(--color-lightest);
|
color: var(--color-lightest);
|
||||||
}
|
}
|
||||||
|
|
||||||
a,
|
a:hover,
|
||||||
.pill--button {
|
a:focus,
|
||||||
|
a:active,
|
||||||
|
.pill--button:hover,
|
||||||
|
.pill--button:focus,
|
||||||
|
.pill--button:active {
|
||||||
transition-timing-function: var(--transition-ease-in-out);
|
transition-timing-function: var(--transition-ease-in-out);
|
||||||
transition-duration: var(--transition-duration-default);
|
transition-duration: var(--transition-duration-default);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue