diff --git a/resources/feature/lookAndFeel/lookAndFeel.scss b/resources/feature/lookAndFeel/lookAndFeel.scss index 3d0df8fcb..976a5b387 100644 --- a/resources/feature/lookAndFeel/lookAndFeel.scss +++ b/resources/feature/lookAndFeel/lookAndFeel.scss @@ -202,7 +202,7 @@ body { .look-and-feel-legacy { .neon-primary-button { @include theme.dark { - color: #1a1a1a; + color: #1a1a1a !important; // overrides .btn:hover } } } diff --git a/resources/js/components/forum/comment-form.vue b/resources/js/components/forum/comment-form.vue index f89fe3106..82907b4bc 100644 --- a/resources/js/components/forum/comment-form.vue +++ b/resources/js/components/forum/comment-form.vue @@ -15,7 +15,7 @@
Pozostało {{ maxLength - comment.text.length }} znaków
-