~linuxgoose/bocpress

74b8eaa5e0e62bc5f51c755585a7239e21126e49 — Jordan Robinson 2 months ago 1240aa0
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 %}