Add background color to detail and favorite buttons for improved visibility
This commit is contained in:
@@ -502,7 +502,7 @@
|
||||
font-size: 18px;
|
||||
white-space: nowrap;
|
||||
background-color: rgba(255, 255, 255, 0.9);
|
||||
color: #000;
|
||||
color: rgb(0, 0, 0);
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
font-weight: 700;
|
||||
@@ -515,6 +515,7 @@
|
||||
|
||||
.detail-button {
|
||||
font-size: 18px;
|
||||
background-color: rgba(255, 255, 255, 0.9);
|
||||
color: rgb(0, 0, 0);
|
||||
border-radius: 50%;
|
||||
height: 50px;
|
||||
@@ -529,6 +530,7 @@
|
||||
|
||||
.favorite-button {
|
||||
font-size: 18px;
|
||||
background-color: rgba(255, 255, 255, 0.9);
|
||||
color: red;
|
||||
border-radius: 50%;
|
||||
height: 50px;
|
||||
|
||||
Reference in New Issue
Block a user