From d3cb5fdb7ffe7357f329f88b2850121519b247da Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Mon, 30 Mar 2026 10:54:37 +0530 Subject: [PATCH] implement custom theme styling and update docker configuration --- addons/dine360_theme_chennora/static/src/scss/theme.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/dine360_theme_chennora/static/src/scss/theme.scss b/addons/dine360_theme_chennora/static/src/scss/theme.scss index 1fd5138..7dff90d 100644 --- a/addons/dine360_theme_chennora/static/src/scss/theme.scss +++ b/addons/dine360_theme_chennora/static/src/scss/theme.scss @@ -736,7 +736,7 @@ section h2.display-4 { left: 0; width: 100%; height: 100%; - background: #e9ecef; + background: #fecd4fd4; z-index: 0; border-radius: 4px; } @@ -745,7 +745,7 @@ section h2.display-4 { position: relative; z-index: 1; width: 100%; - border-radius: 50%; + // border-radius: 50%; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } }