aboutsummaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
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',