From fbb6fcdf7be387ae40c57b1f732a75e8344943b9 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Wed, 28 Feb 2024 21:50:05 +0100 Subject: [PATCH] Fix text color of answerbox actions --- app/assets/stylesheets/components/_answerbox.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/components/_answerbox.scss b/app/assets/stylesheets/components/_answerbox.scss index 68065498..29204b4a 100644 --- a/app/assets/stylesheets/components/_answerbox.scss +++ b/app/assets/stylesheets/components/_answerbox.scss @@ -37,6 +37,7 @@ &__action { padding-left: 0; padding-right: map.get($spacers, 1); + color: RGBA(var(--raised-text), 0.75); text-decoration: none; & i { @@ -47,6 +48,7 @@ &:hover, &:focus, &:active { + color: RGBA(var(--raised-text), 1); text-decoration: none; }