fix: hover

This commit is contained in:
Cory Dransfeldt 2024-03-12 09:23:03 -07:00
parent 8e068a4acf
commit b901ca3f14
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "7.8.1",
"version": "7.8.2",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

@ -301,9 +301,9 @@ article h2 {
transition-property: color;
}
article h2:hover,
article h2:focus,
article h2:active {
article a h2:hover,
article a h2:focus,
article a h2:active {
color: var(--accent-color-hover);
transition-timing-function: var(--transition-ease-in-out);
transition-duration: var(--transition-duration-default);