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-family: var(--font);
padding: 0.25em;
transition: .08s ease-in;
transition: .04s ease-in;
width: 100%;
}
.search-input:hover,

View File

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