implement custom theme styling and animations for Chennora theme

This commit is contained in:
Alaguraj0361 2026-04-07 11:45:00 +05:30
parent bdb92a60ab
commit 81838e6bc1

View File

@ -1490,14 +1490,17 @@ footer#bottom {
// Global Link Hover & Active Color Fix // Global Link Hover & Active Color Fix
// Only apply global overrides to frontend/website elements to avoid breaking backend UI // Only apply global overrides to frontend/website elements to avoid breaking backend UI
body:not(.editor_enable):not(.o_edit_mode) { /* Link hover color */
body:not(.editor_enable):not(.o_edit_mode) a:hover,
a:hover, body:not(.editor_enable):not(.o_edit_mode) a:hover * {
a:hover *, color: #529791 !important;
.btn-link:hover,
.btn-link:hover * {
color: #2BB1A5 !important;
} }
/* Button hover color */
body:not(.editor_enable):not(.o_edit_mode) .btn:hover,
body:not(.editor_enable):not(.o_edit_mode) .btn:hover * {
color: #fff !important;
background-color: #2BB1A5 !important;
} }
.active, .active,
@ -1794,7 +1797,8 @@ body.o_edit_mode {
transition: all 0.3s ease; transition: all 0.3s ease;
font-weight: 600; font-weight: 600;
&:hover, &:focus { &:hover,
&:focus {
background-color: #FECD4F; background-color: #FECD4F;
border-color: #FECD4F; border-color: #FECD4F;
color: #04121D; color: #04121D;