From 68589ce778bd41e59ddc5790d0a6782bd61805b2 Mon Sep 17 00:00:00 2001 From: baghizadizn Date: Sat, 8 Nov 2025 12:22:56 +0700 Subject: [PATCH] benerin css untuk warna --- public/assets/frontend/default/css/custom_style.css | 6 +++--- public/assets/frontend/default/css/style.css | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/public/assets/frontend/default/css/custom_style.css b/public/assets/frontend/default/css/custom_style.css index a8023c8..62e51f9 100644 --- a/public/assets/frontend/default/css/custom_style.css +++ b/public/assets/frontend/default/css/custom_style.css @@ -118,7 +118,7 @@ position: absolute; top: -14px; right: -8px; - background-color: #d336e7; + background-color: #001151; color: white; border-radius: 50px; padding: 0px; @@ -6804,7 +6804,7 @@ span[class*="fi-rr-"]:before { .breadcum-area.bg-white:after, .breadcum-area.bg-default:after { - background: linear-gradient(180deg, rgb(255 255 255 / 94%) 0%, rgb(255 255 255 / 68%) 70%) !important; + background: linear-gradient(0deg, rgba(58, 72, 120, 0.85) 0%, rgba(255, 255, 255, 1) 100%); } .profile-banner-area-container { @@ -7514,4 +7514,4 @@ span[class*="fi-rr-"]:before { .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after { content: "\f12d" !important; -} \ No newline at end of file +} diff --git a/public/assets/frontend/default/css/style.css b/public/assets/frontend/default/css/style.css index 1ffa9a1..0e26fd6 100644 --- a/public/assets/frontend/default/css/style.css +++ b/public/assets/frontend/default/css/style.css @@ -361,7 +361,6 @@ img { } .gradient { - background: #02196e; background: linear-gradient(45deg, rgba(2, 25, 110, 1) 0%, rgba(2, 25, 110, 1) 13%, rgba(217, 217, 217, 1) 65%, rgba(255, 255, 255, 1) 98%); transition: 0.5s; background-size: 200% auto; @@ -1413,7 +1412,7 @@ img { .skill-image .over-text { width: 210px; - bottom: 50%; + bottom: 60%; left: -20px; } @@ -1795,7 +1794,7 @@ img { .user-slider .owl-nav .owl-prev, .user-slider .owl-nav .owl-next { - background-image: linear-gradient( to right, #2f57ef 0%, #c664ff 51%, #c664ff 100%) !important; + background: linear-gradient(45deg, rgba(2, 25, 110, 1) 0%, rgba(2, 25, 110, 1) 13%, rgba(217, 217, 217, 1) 65%, rgba(255, 255, 255, 1) 98%) !important; transition: 0.5s; background-size: 200% auto !important; box-shadow: 0 0 20px #eee;