fix: Desktop buttons use dark background by default (colors on hover/at-bottom)

This commit is contained in:
juanatsap
2025-11-30 12:52:16 +00:00
parent a0ab9f6f0e
commit 31707bed07
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
left: 2rem;
width: 50px;
height: 50px;
background: rgba(92, 89, 182, 0.7); /* Purple (#5c59b6) with transparency - distinct from info button blue */
background: var(--black-bar); /* Dark by default like other buttons */
color: white;
border: none;
border-radius: 50%;
@@ -78,7 +78,7 @@
left: 2rem;
width: 50px;
height: 50px;
background: rgba(52, 152, 219, 0.7); /* Blue with transparency - distinct from zoom purple */
background: var(--black-bar); /* Dark by default like other buttons */
color: white;
border: none;
border-radius: 50%;