diff --git a/resources/lang/en-US/general.php b/resources/lang/en-US/general.php index 47bf1072c1..49c5cf87d9 100644 --- a/resources/lang/en-US/general.php +++ b/resources/lang/en-US/general.php @@ -644,7 +644,7 @@ return [ 'use_cloned_image' => 'Clone image from original', 'use_cloned_image_help' => 'You may clone the original image or you can upload a new one using the upload field below.', 'use_cloned_no_image_help' => 'This item does not have an associated image and instead inherits from the model or category it belongs to. If you would like to use a specific image for this item, you can upload a new one below.', - 'footer_credit' => 'Snipe-IT is open source software, made with love by @snipeitapp.com.', + 'footer_credit' => 'Snipe-IT is open source software, made with love by Grokability, Inc.', 'set_password' => 'Set a Password', 'upload_deleted' => 'Upload Deleted', 'child_locations' => 'Child Locations', diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index 7320830070..ae0293c3a1 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -61,7 +61,7 @@ --nav-hover-text-color: {{ $nav_link_color ?? 'light-dark(hsl(from var(--main-theme-color) h s calc(l - 10)),hsl(from var(--main-theme-color) h s calc(l - 10)))' }}; --main-footer-bg-color: light-dark(#ffffff,#3d4144); --main-footer-top-border-color: light-dark(#d2d6de,#605e5e); - --main-footer-text-color: light-dark(##605e5e, #d2d6de); + --main-footer-text-color: light-dark(#605e5e, #d2d6de); } @@ -149,6 +149,11 @@ color: var(--link-hover) !important; } + + .footer-links a { + color: light-dark(hsl(from var(--link-color) h s calc(l + 10)),hsl(from var(--link-color) h s calc(l - 32))) !important; + } + h2 small { color: var(--color-fg) !important; } @@ -1695,11 +1700,25 @@