use a new has-text-default instead of has-text-black

This commit is contained in:
Vivianne Langdon
2022-04-08 23:14:30 -07:00
parent 300eea3b94
commit d3992802f2
8 changed files with 14 additions and 8 deletions

View File

@ -21,7 +21,7 @@
<div class="column my-3-mobile ml-3-tablet mr-auto">
<h2 class="title is-5 mb-1">
<a href="{{ book.local_path }}" class="has-text-black">
<a href="{{ book.local_path }}" class="has-text-default">
{{ book|book_title }}
</a>
</h2>