diff --git a/app/soapbox/components/status_action_bar.tsx b/app/soapbox/components/status_action_bar.tsx
index 97d71bf08..5f62ba5c0 100644
--- a/app/soapbox/components/status_action_bar.tsx
+++ b/app/soapbox/components/status_action_bar.tsx
@@ -632,7 +632,11 @@ class StatusActionBar extends ImmutablePureComponent
{features.quotePosts && me ? (
-
+
{reblogButton}
) : (
diff --git a/app/styles/components/reply-mentions.scss b/app/styles/components/reply-mentions.scss
index 5312d0859..6e10654b8 100644
--- a/app/styles/components/reply-mentions.scss
+++ b/app/styles/components/reply-mentions.scss
@@ -2,11 +2,7 @@
@apply text-gray-500 dark:text-gray-400 mb-1 text-sm;
&__account {
- @apply text-primary-600 no-underline;
-
- &:hover {
- @apply underline text-primary-800;
- }
+ @apply text-primary-600 dark:text-primary-400 hover:text-primary-800 dark:hover:text-primary-300 no-underline hover:underline;
}
}
diff --git a/app/styles/forms.scss b/app/styles/forms.scss
index 442f48839..6c82a4739 100644
--- a/app/styles/forms.scss
+++ b/app/styles/forms.scss
@@ -338,6 +338,7 @@ code {
input[type=password],
textarea,
.rfipbtn {
+ @apply border border-gray-300 dark:border-gray-600 bg-white dark:bg-slate-800 text-black dark:text-white;
box-sizing: border-box;
font-size: 16px;
color: var(--primary-text-color);
@@ -643,6 +644,7 @@ code {
}
.icon-button {
+ @apply text-black dark:text-white;
position: absolute;
top: 0;
right: 0;
@@ -651,7 +653,6 @@ code {
padding: 0;
margin: 0;
background: transparent;
- color: var(--primary-text-color);
.svg-icon {
height: 20px;