diff --git a/build/main.css b/build/main.css index 4ac316b..98f3ed2 100644 --- a/build/main.css +++ b/build/main.css @@ -341,6 +341,7 @@ input[type="file"] { border-radius: 2px; padding: 0.3rem 1rem; margin: 0.25rem 0.5rem 0.25rem 0.25rem; + transition: all 0.3s ease; } .button:first-child { @@ -433,6 +434,7 @@ a:visited { color: #aac7d4; font-weight: 700; text-decoration: none; + transition: all 0.3s ease; } a:hover { diff --git a/src/css/style.css b/src/css/style.css index 562c2c9..d8001c8 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -234,6 +234,7 @@ input[type="file"] { border-radius: 2px; padding: 0.3rem 1rem; margin: 0.25rem 0.5rem 0.25rem 0.25rem; + transition: all 0.3s ease; } .button:first-child { @@ -326,6 +327,7 @@ a:visited { color: #aac7d4; font-weight: 700; text-decoration: none; + transition: all 0.3s ease; } a:hover {