chore: styles

This commit is contained in:
Cory Dransfeldt 2024-08-14 15:30:31 -07:00
parent 4775fbff53
commit 694e982aa2
No known key found for this signature in database
3 changed files with 3 additions and 9 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "22.3.2",
"version": "22.3.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "22.3.2",
"version": "22.3.4",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.5.0",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "22.3.3",
"version": "22.3.4",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"scripts": {

View file

@ -30,8 +30,6 @@
& svg {
stroke: var(--accent-color);
transform: rotate(0deg);
transition: transform var(--transition-duration-default) var(--transition-ease-in-out);
&:focus {
outline: var(--outline-default);
@ -41,7 +39,6 @@
&:focus,
&:active {
stroke: var(--accent-color-hover);
transform: rotate(8deg);
}
}
}
@ -82,8 +79,6 @@
& svg {
cursor: pointer;
stroke: var(--accent-color);
transform: rotate(0deg);
transition: transform var(--transition-duration-default) var(--transition-ease-in-out);
&:focus {
outline: var(--outline-default);
@ -93,7 +88,6 @@
&:focus,
&:active {
stroke: var(--accent-color-hover);
transform: rotate(8deg);
}
}
}