fix: hover
This commit is contained in:
parent
8e068a4acf
commit
b901ca3f14
2 changed files with 4 additions and 4 deletions
|
@ -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": {
|
||||
|
|
|
@ -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);
|
||||
|
|
Reference in a new issue