Skip to content

Commit 1409d01

Browse files
committed
Tweaked color
1 parent c9a03cf commit 1409d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2025_11_28_175733_add_link_colors_to_settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function up(): void
2828

2929

3030
// Set Snipe-IT defaults
31-
$link_dark_color = '#36aff5';
31+
$link_dark_color = '#89c9ed';
3232
$link_light_color = '#296282';
3333
$nav_color = '#ffffff';
3434
$header_color = '#3c8dbc';

0 commit comments

Comments
 (0)