fix contrast issue with learn button
All checks were successful
Deploy Pages / deploy (push) Successful in 21s
All checks were successful
Deploy Pages / deploy (push) Successful in 21s
This commit is contained in:
@ -205,13 +205,10 @@
|
||||
.btn-learn,
|
||||
.btn-learn:visited {
|
||||
background-color: #6EBEE1;
|
||||
color: #ffffff;
|
||||
color: #000;
|
||||
}
|
||||
.btn-learn img {
|
||||
filter: brightness(0) invert(1);
|
||||
}
|
||||
.btn-learn::after {
|
||||
filter: invert(1) !important;
|
||||
filter: brightness(1);
|
||||
}
|
||||
.btn-meshcore img {
|
||||
filter: brightness(0) invert(1);
|
||||
|
||||
Reference in New Issue
Block a user