Add white text color to thumbnail overlay.

Closes #736
This commit is contained in:
FireMasterK 2022-01-17 12:55:48 +00:00
parent e929d1a634
commit 8ba11d524d
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
<style>
.thumbnail-overlay {
@apply rounded-md absolute bg-black bg-opacity-75;
@apply rounded-md absolute bg-black text-white bg-opacity-75;
}
</style>