Make animations faster

This commit is contained in:
Salt 2021-01-20 19:45:28 -06:00
parent 7daf825ea1
commit 3a0d2ac6ef
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ h4 {
font-size: 16px; font-size: 16px;
font-family: var(--font); font-family: var(--font);
padding: 0.25em; padding: 0.25em;
transition: .08s ease-in; transition: .04s ease-in;
width: 100%; width: 100%;
} }
.search-input:hover, .search-input:hover,

View File

@ -32,7 +32,7 @@ body {
a { a {
color: var(--link); color: var(--link);
text-decoration: none; text-decoration: none;
transition: .08s ease-in; transition: .04s ease-in;
} }
a:hover { a:hover {
color: var(--link-hover); color: var(--link-hover);
@ -130,7 +130,7 @@ img.bigimg {
.header nav ul li:hover { .header nav ul li:hover {
background: var(--link-hover); background: var(--link-hover);
color: var(--background); color: var(--background);
transition: .08s ease-in; transition: .04s ease-in;
} }
/* CONTENT */ /* CONTENT */