WHO GAVE THE <a> A BACKGROUND (it was me)
This commit is contained in:
parent
9c32d18ef3
commit
1acb1b2de5
1 changed files with 1 additions and 1 deletions
|
@ -158,13 +158,13 @@ button {
|
||||||
.cta {
|
.cta {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
background-color: rgb(var(--bg));
|
|
||||||
transition: all 0.25s;
|
transition: all 0.25s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.satisfiedBox a:hover {
|
.satisfiedBox a:hover {
|
||||||
filter: invert(100%);
|
filter: invert(100%);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
background-color: rgb(var(--bg));
|
||||||
text-decoration-color: transparent;
|
text-decoration-color: transparent;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
margin: -4px 0;
|
margin: -4px 0;
|
||||||
|
|
Loading…
Reference in a new issue