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