From 9e79ec28d93542e4a0619992898337b364a9269a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Fri, 9 Jan 2026 21:40:01 +0300 Subject: [PATCH] Update 'neler-yapariz' Navigation Template and CSS Styles: Revamped the navigation structure in the 'neler-yapariz' template by replacing the SVG logo with an image and enhancing the sub-navigation layout for better user interaction. Additionally, updated CSS variables for improved color consistency and modified toggle slider styles to align with the new design. This update aims to enhance visual appeal and user experience across the site. --- .../templates/neler-yapariz/css/main.css | 8 ++--- .../neler-yapariz/navigation.blade.php | 33 ++++++++++++++++++- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/resources/views/templates/neler-yapariz/css/main.css b/resources/views/templates/neler-yapariz/css/main.css index 998b6dd..0687453 100644 --- a/resources/views/templates/neler-yapariz/css/main.css +++ b/resources/views/templates/neler-yapariz/css/main.css @@ -2080,7 +2080,7 @@ textarea.w-input,textarea.w-select { } :root { - --secondary: #ffe9cf; + --secondary: #ffd42d; --primary: #270f03; --y-base: 6rem; --max-w: 1620px; @@ -2858,8 +2858,8 @@ body { .toggle-ball { aspect-ratio: 1; pointer-events: none; - background-color: #3875f9; - border: .4rem solid #3875f9; + background-color: #e31d24; + border: .4rem solid #e31d24; border-radius: 100%; width: 8rem; transition: background-color .2s,border-color .2s @@ -3670,7 +3670,7 @@ body { @media screen and (max-width: 767px) { body { - --secondary:#ffe9cf; + --secondary:#ff8800; --primary: #270f03; --y-base: 3rem; --nav-height: 3rem; diff --git a/resources/views/templates/neler-yapariz/navigation.blade.php b/resources/views/templates/neler-yapariz/navigation.blade.php index 9f1d278..93520ab 100644 --- a/resources/views/templates/neler-yapariz/navigation.blade.php +++ b/resources/views/templates/neler-yapariz/navigation.blade.php @@ -1 +1,32 @@ - \ No newline at end of file + \ No newline at end of file