Skip to content

Commit

Permalink
fix: dark text color on blue background (#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
amarachigoodness74 committed Mar 5, 2024
1 parent 5d9676e commit 8f3424a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocamlorg_frontend/pages/workshop.eml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Layout.render
<% ); %>
</div>
<% (match names with [] -> () | _ -> %>
<div class="mt-2 text-title dark:text-dark-title"><%s Fmt.(str "%a" (list ~sep:comma string) names) %></div>
<div class="mt-2 text-white dark:text-dark-white"><%s Fmt.(str "%a" (list ~sep:comma string) names) %></div>
<% ); %>
</div>
</div>
Expand Down

0 comments on commit 8f3424a

Please sign in to comment.