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

View File

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