Make hover color changes more obvious
1 files changed, 2 insertions(+), 2 deletions(-) M assets/css/style.css
M assets/css/style.css => assets/css/style.css +2 -2
@@ 111,7 111,7 @@ h4 { a { color: var(--color-link); transition: color 0.25s; transition: color 0.125; text-decoration: none; border-bottom: dotted var(--color-link) 1px; @@ } 417,7 417,7 @@ header nav ul { margin-bottom: -1rem; fill: var(--color-header); stroke: var(--color-header); transition: fill 0.25s, stroke 0.25s; transition: fill 0.125s, stroke 0.125s; } a#logo svg:hover {