From 6fbcab4bd7c2416330cf1064e08ca5f54ee84d67 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 29 Jun 2022 23:54:40 +0430 Subject: [PATCH] Better neomorphisim effect. --- src/styles/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/index.css b/src/styles/index.css index 17a83c0a..5b032da9 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -22,8 +22,8 @@ body { .neomorphisim { border-radius: 50px; background: #273949; - box-shadow: 5px 5px 10px #21303e, - -5px -5px 10px #2d4254; + box-shadow: 5px 5px 10px #10171d, + -5px -5px 10px #3e5b75; } .dark-light::before { @@ -81,8 +81,8 @@ body { .light .neomorphisim { border-radius: 50px; background: #e0e0e0; - box-shadow: 5px 5px 10px #bebebe, - -5px -5px 10px #ffffff; + box-shadow: 5px 5px 10px #5a5a5a, + -5px -5px 10px #ffffff; } .light .title {