Fix contrast for disabled links

This commit is contained in:
C. Lente 2023-02-27 16:22:09 -03:00
parent fe5815fa9b
commit baccdd3df9
No known key found for this signature in database
GPG Key ID: B0B503C26E05781B

View File

@ -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;
} }