Change role text colour in dark mode

References #293
This commit is contained in:
Oliver Davies 2020-12-03 07:31:49 +00:00
parent 352637b390
commit ce374861ba

View file

@ -10,7 +10,7 @@
"
>
<div class="mt-4 flex-1 sm:mt-0">
<div class="text-gray-700">
<div class="text-gray-700 dark:text-gray-200">
{{ content.field_role }}
</div>