Add background color to detail and favorite buttons for improved visibility

This commit is contained in:
CodeDevMLH
2026-03-08 23:14:09 +01:00
parent a4547d80b1
commit 9758ecd417

View File

@@ -502,7 +502,7 @@
font-size: 18px; font-size: 18px;
white-space: nowrap; white-space: nowrap;
background-color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.9);
color: #000; color: rgb(0, 0, 0);
cursor: pointer; cursor: pointer;
transition: all 0.3s ease; transition: all 0.3s ease;
font-weight: 700; font-weight: 700;
@@ -515,6 +515,7 @@
.detail-button { .detail-button {
font-size: 18px; font-size: 18px;
background-color: rgba(255, 255, 255, 0.9);
color: rgb(0, 0, 0); color: rgb(0, 0, 0);
border-radius: 50%; border-radius: 50%;
height: 50px; height: 50px;
@@ -529,6 +530,7 @@
.favorite-button { .favorite-button {
font-size: 18px; font-size: 18px;
background-color: rgba(255, 255, 255, 0.9);
color: red; color: red;
border-radius: 50%; border-radius: 50%;
height: 50px; height: 50px;