aboutsummaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorRon Lucke <lucke@elan-ev.de>2025-07-14 15:36:14 +0200
committerRon Lucke <lucke@elan-ev.de>2025-07-14 15:36:14 +0200
commite04fa1e9b79f784628d640d4c0355f5eba61da01 (patch)
treef47d200840e593bd11a77233bdb53e783e4248c3 /db
parent10c592400c263e1e6de3958ce1e77a52322f5c72 (diff)
LayoutFehler nach Merge des Color-Themings
Closes #5720 Merge request studip/studip!4353
Diffstat (limited to 'db')
-rw-r--r--db/migrations/6.1.14_add_themes_table.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrations/6.1.14_add_themes_table.php b/db/migrations/6.1.14_add_themes_table.php
index f5ccc70..494ea5d 100644
--- a/db/migrations/6.1.14_add_themes_table.php
+++ b/db/migrations/6.1.14_add_themes_table.php
@@ -39,7 +39,7 @@ final class AddThemesTable extends Migration
'--color--font-inverted' => '#ffffff',
'--color--main-navigation-item' => '#28497c',
'--color--sidebar-item' => '#28497c',
- '--color--sidebar-item-hover' => '#d60000',
+ '--color--sidebar-item-hover' => '#101010',
'--color--highlight' => '#28497c',
'--color--highlight-hover' => '#d60000',
'--color--content-link' => '#28497c',