diff --git a/src/main/resources/static/css/home.css b/src/main/resources/static/css/home.css index 782e336d..12b69d94 100644 --- a/src/main/resources/static/css/home.css +++ b/src/main/resources/static/css/home.css @@ -157,6 +157,14 @@ filter: brightness(0) invert(var(--md-theme-filter-color)); } +.favorite-icon:hover .material-symbols-rounded { + transform: scale(1.2); +} + +.favorite-icon .material-symbols-rounded.fill{ + color: #f5c000; +} + .jumbotron { padding: 3rem 3rem; /* Reduce vertical padding */ diff --git a/src/main/resources/static/css/theme/theme.css b/src/main/resources/static/css/theme/theme.css index 4f7be33e..2e736ede 100644 --- a/src/main/resources/static/css/theme/theme.css +++ b/src/main/resources/static/css/theme/theme.css @@ -31,4 +31,4 @@ .no-fill { /* font-variation-settings: var(--md-sys-icon-fill-0); */ -} \ No newline at end of file +}