1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

increasing opacity to make legend more visible

This commit is contained in:
cTn 2013-10-04 21:49:30 +02:00
parent d11ff74156
commit fba4a125e9

View file

@ -922,5 +922,5 @@ a:hover {
border: 0;
background-color: white;
opacity: 0.5;
opacity: 0.75;
}