fix: a11y constrast figcaption

This commit is contained in:
Nicola Zambello 2023-07-16 18:52:44 +02:00
parent 575591fe2e
commit d7fff38a15
Signed by: nzambello
GPG key ID: 56E4A92C2C1E50BA

View file

@ -99,5 +99,7 @@
} }
.icons-tech figure figcaption { .icons-tech figure figcaption {
font-size: 0.8em; font-size: 0.8em;
color: var(--text-color);
opacity: 1;
} }
</style> </style>