Refactor button background colors for improved visibility and update YouTube iframe attributes for better playback control

This commit is contained in:
CodeDevMLH
2026-03-08 23:49:49 +01:00
parent 7ffcfa68c1
commit 9f7ef3c96b
2 changed files with 6 additions and 18 deletions

View File

@@ -501,7 +501,7 @@
font-family: "Archivo Narrow", sans-serif;
font-size: 18px;
white-space: nowrap;
background-color: rgba(255, 255, 255, 0.9);
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
cursor: pointer;
transition: all 0.3s ease;
@@ -515,7 +515,7 @@
.detail-button {
font-size: 18px;
background-color: rgba(255, 255, 255, 0.9);
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
border-radius: 50%;
height: 50px;
@@ -530,7 +530,7 @@
.favorite-button {
font-size: 18px;
background-color: rgba(255, 255, 255, 0.9);
background-color: rgb(255, 255, 255);
color: red;
border-radius: 50%;
height: 50px;