Fix contrast for disabled links
This commit is contained in:
parent
fe5815fa9b
commit
baccdd3df9
1 changed files with 1 additions and 1 deletions
|
@ -139,5 +139,5 @@ h3.blog-filter {
|
||||||
.disabled {
|
.disabled {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
opacity: 0.5;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue