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.

This commit is contained in:
Ümit Tunç
2026-01-09 21:40:01 +03:00
parent 3b852512f0
commit 9e79ec28d9
2 changed files with 36 additions and 5 deletions
@@ -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;
File diff suppressed because one or more lines are too long