a.button:active and :hover corrections

This commit is contained in:
ReznoRMichael 2021-01-28 21:26:28 +01:00
parent 541f044dd4
commit 5f2888c660
3 changed files with 13 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -313,6 +313,7 @@ input[type="file"] {
}
.button:hover {
color: #d9f3ff;
background-color: #2e5d7c;
border-color: #2e5d7c;
cursor: pointer;
@ -399,6 +400,11 @@ a:hover {
text-decoration: none;
}
a.button:active,
a.button:visited {
font-weight: 500;
}
.link-social {
margin: 0.25rem;
}

View file

@ -203,6 +203,7 @@ input[type="file"] {
}
.button:hover {
color: #d9f3ff;
background-color: #2e5d7c;
border-color: #2e5d7c;
cursor: pointer;
@ -289,6 +290,11 @@ a:hover {
text-decoration: none;
}
a.button:active,
a.button:visited {
font-weight: 500;
}
.link-social {
margin: 0.25rem;
}