chore: style tweaks

This commit is contained in:
Cory Dransfeldt 2024-08-03 18:07:19 -07:00
parent 7a81812ea4
commit 005b40036d
No known key found for this signature in database
3 changed files with 17 additions and 7 deletions

4
package-lock.json generated
View file

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

View file

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

View file

@ -20,9 +20,11 @@
top: var(--sizing-lg);
right: var(--sizing-lg);
cursor: pointer;
height: var(--sizing-svg-base);
width: var(--sizing-svg-base);
&:focus,
&:focus-within {
&:focus svg,
&:focus-within svg {
outline: var(--outline)
}
@ -31,6 +33,10 @@
transform: rotate(0deg);
transition: transform var(--transition-duration-default) var(--transition-ease-in-out);
&:focus {
outline: var(--outline)
}
&:hover,
&:focus,
&:active {
@ -59,8 +65,8 @@
display: inline-flex;
vertical-align: middle;
&:focus,
&:focus-within {
&:focus svg,
&:focus-within svg {
outline: var(--outline)
}
@ -70,6 +76,10 @@
transform: rotate(0deg);
transition: transform var(--transition-duration-default) var(--transition-ease-in-out);
&:focus {
outline: var(--outline)
}
&:hover,
&:focus,
&:active {