fix: Adjust Spectrum Bar Colors
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
height: var(--bar-height, 2%);
|
||||
min-height: 2px;
|
||||
background-image: linear-gradient(to top,
|
||||
#1A5C38 0%, #1A5C38 27%,
|
||||
#2ECC71 33%, #2ECC71 47%,
|
||||
#F4C430 53%, #F4C430 72%,
|
||||
#2a883b 0%, #2a883b 12%,
|
||||
#2ECC71 17%, #2ECC71 42%,
|
||||
#F4C430 47%, #F4C430 72%,
|
||||
#FF6B35 78%, #FF6B35 100%
|
||||
);
|
||||
background-size: 100% 40px;
|
||||
|
||||
Reference in New Issue
Block a user