fix: Desktop buttons use dark background by default (colors on hover/at-bottom)
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
left: 2rem;
|
left: 2rem;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 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;
|
color: white;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|||||||
@@ -78,7 +78,7 @@
|
|||||||
left: 2rem;
|
left: 2rem;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 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;
|
color: white;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|||||||
Reference in New Issue
Block a user