transition for buttons and links

This commit is contained in:
ReznoRMichael 2021-02-17 20:34:30 +01:00
parent c85409adb9
commit 27e2dad6e8
2 changed files with 4 additions and 0 deletions

View file

@ -341,6 +341,7 @@ input[type="file"] {
border-radius: 2px; border-radius: 2px;
padding: 0.3rem 1rem; padding: 0.3rem 1rem;
margin: 0.25rem 0.5rem 0.25rem 0.25rem; margin: 0.25rem 0.5rem 0.25rem 0.25rem;
transition: all 0.3s ease;
} }
.button:first-child { .button:first-child {
@ -433,6 +434,7 @@ a:visited {
color: #aac7d4; color: #aac7d4;
font-weight: 700; font-weight: 700;
text-decoration: none; text-decoration: none;
transition: all 0.3s ease;
} }
a:hover { a:hover {

View file

@ -234,6 +234,7 @@ input[type="file"] {
border-radius: 2px; border-radius: 2px;
padding: 0.3rem 1rem; padding: 0.3rem 1rem;
margin: 0.25rem 0.5rem 0.25rem 0.25rem; margin: 0.25rem 0.5rem 0.25rem 0.25rem;
transition: all 0.3s ease;
} }
.button:first-child { .button:first-child {
@ -326,6 +327,7 @@ a:visited {
color: #aac7d4; color: #aac7d4;
font-weight: 700; font-weight: 700;
text-decoration: none; text-decoration: none;
transition: all 0.3s ease;
} }
a:hover { a:hover {