Fix contrast for disabled links

This commit is contained in:
C. Lente 2023-02-27 16:22:09 -03:00
parent fe5815fa9b
commit baccdd3df9
Failed to generate hash of commit

View file

@ -139,5 +139,5 @@ h3.blog-filter {
.disabled {
color: currentColor;
cursor: not-allowed;
opacity: 0.5;
opacity: 0.7;
}