This commit is contained in:
David Brazda
2024-11-15 09:01:02 +01:00
parent 81996a1891
commit 2b607f96be
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ export class Legend {
this.div.style.overflowY = 'auto';
this.div.style.overflowX = 'hidden';
this.div.style.position = 'absolute';
this.div.style.backgroundColor = 'rgba(19, 23, 34, 0.85)';
this.div.style.backgroundColor = 'rgba(19, 23, 34, 0.1)';
this.div.style.color = '#D1D4DC';
this.div.style.padding = '12px';
this.div.style.borderRadius = '4px';