From ab9b337f6bee8a64d4d34e57643dbcc75021d736 Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 26 Feb 2026 17:30:10 +0100 Subject: [PATCH] wait #7936 @1:30 --- framework/application/views/helpers/HeaderLogo.php | 6 +++--- images/logo/leave-1.svg | 1 + images/logo/text-dark-1.svg | 1 + images/logo/text-white-1.svg | 1 + less/001-variables.less | 2 +- less/002-common.less | 4 ++-- less/003-mixins.less | 2 +- 7 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 images/logo/leave-1.svg create mode 100644 images/logo/text-dark-1.svg create mode 100644 images/logo/text-white-1.svg diff --git a/framework/application/views/helpers/HeaderLogo.php b/framework/application/views/helpers/HeaderLogo.php index b73992e..90a9d61 100644 --- a/framework/application/views/helpers/HeaderLogo.php +++ b/framework/application/views/helpers/HeaderLogo.php @@ -5,9 +5,9 @@ class Fluidbook_View_Helper_HeaderLogo extends CubeIT_View_Helper_Abstract { * @return string */ public function headerLogo() { - $logoLeave = '/images/logo/leave.svg'; - $logoWhite = '/images/logo/text-white.svg'; - $logoDark = '/images/logo/text-dark.svg'; + $logoLeave = '/images/logo/leave-1.svg'; + $logoWhite = '/images/logo/text-white-1.svg'; + $logoDark = '/images/logo/text-dark-1.svg'; if(strstr(APPLICATION_ENV, 'learning')) { $logoLeave = '/images/logo/leave-2.svg'; $logoWhite = '/images/logo/text-white-2.svg'; diff --git a/images/logo/leave-1.svg b/images/logo/leave-1.svg new file mode 100644 index 0000000..6315f61 --- /dev/null +++ b/images/logo/leave-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/logo/text-dark-1.svg b/images/logo/text-dark-1.svg new file mode 100644 index 0000000..d6871a2 --- /dev/null +++ b/images/logo/text-dark-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/logo/text-white-1.svg b/images/logo/text-white-1.svg new file mode 100644 index 0000000..f4a5072 --- /dev/null +++ b/images/logo/text-white-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/less/001-variables.less b/less/001-variables.less index 932aaad..497cd0f 100644 --- a/less/001-variables.less +++ b/less/001-variables.less @@ -15,7 +15,7 @@ @color-body-bg: @color-text; @color-footer-bg-primary: #263340; @color-footer-bg-secondary: #161e26; -@color-green: #8aab41; +@color-green: #2dac76; @color-header-grey: #2a3743; @color-light-grey: #f3f3f3; @color-error: #c91818; diff --git a/less/002-common.less b/less/002-common.less index a8ef006..f208acc 100644 --- a/less/002-common.less +++ b/less/002-common.less @@ -1,12 +1,12 @@ @import "000-imports"; ::selection { - background: #8AAB41; + background: #2dac76; color: #fff; } ::-moz-selection { - background: #8AAB41; + background: #2dac76; color: #fff; } diff --git a/less/003-mixins.less b/less/003-mixins.less index 47d40c1..e6f16e0 100644 --- a/less/003-mixins.less +++ b/less/003-mixins.less @@ -85,7 +85,7 @@ } .background-button-green() { - .background-button(#8aab41, #aac759, 0); + .background-button(#2dac76, #aac759, 0); color: #fff; &:hover { color: #fff; -- 2.39.5