From 16e59a6285087a61248ee893843a283c0ab790f5 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Thu, 17 Nov 2022 17:41:21 +0100 Subject: [PATCH] Update config-editor.blade.php --- resources/views/panel/config-editor.blade.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/views/panel/config-editor.blade.php b/resources/views/panel/config-editor.blade.php index 53bd9a9..784a803 100644 --- a/resources/views/panel/config-editor.blade.php +++ b/resources/views/panel/config-editor.blade.php @@ -39,9 +39,12 @@ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } +.option h3{ + color:white!important; +} .option:hover, .option:focus, .option:active { - -webkit-transform: scale(1.01); - transform: scale(1.01); + -webkit-transform: scale(1.005); + transform: scale(1.005); box-shadow: 0 0 8px rgba(255, 255, 255, 0.3); } .opt-img{