fix button text colour on dark mode
1 files changed, 1 insertions(+), 1 deletions(-) M main/templates/main/moderation_user_list.html
M main/templates/main/moderation_user_list.html => main/templates/main/moderation_user_list.html +1 -1
@@ 118,7 118,7 @@ button { <a href="{{ post.get_absolute_url }}" target="_blank" rel="noopener"> {{ post.title }}</a> <small> <button onclick="translatePost(event)">translate</button> <button style="color: var(--link-color)" onclick="translatePost(event)">translate</button> </small> </li> {% endfor %}