From 80c0b897277e90fb78f623ac65d8b10db243b78f Mon Sep 17 00:00:00 2001 From: Carsten Jaksch Date: Wed, 26 Feb 2025 23:35:12 +0100 Subject: [PATCH] [5.x] Make active toolbar buttons of Bard more visible in dark mode (#11405) Make active toolbar buttons more visible in dark mode --- resources/css/components/fieldtypes/bard.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/components/fieldtypes/bard.css b/resources/css/components/fieldtypes/bard.css index be75f358eb..53c1aa8121 100644 --- a/resources/css/components/fieldtypes/bard.css +++ b/resources/css/components/fieldtypes/bard.css @@ -49,11 +49,11 @@ } .bard-toolbar-button:hover { - @apply bg-gray-200 dark:bg-dark-700; + @apply bg-gray-200 dark:bg-dark-650; } .bard-toolbar-button.active { - @apply bg-gray-300 dark:bg-dark-800 text-black dark:text-dark-100; + @apply bg-gray-300 dark:bg-dark-600 text-black dark:text-white; } .bard-toolbar-button:focus {