Fix rainbow colors
This commit is contained in:
parent
6c7ea9dfb3
commit
a69552de7d
2 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
// @flow
|
// @flow
|
||||||
|
|
||||||
export const rainbow = "rgba(200,120,120,0.5);"
|
export const rainbow = "rgba(200,120,120,0.5);"
|
||||||
+ "background: linear-gradient(40deg, #FF0000 0%, #00FF00 50%, #0000FF 70%, #FFFF00 100%);"
|
+ "--before-background: linear-gradient(40deg, #FF0000 0%, #00FF00 50%, #0000FF 70%, #FFFF00 100%);";
|
||||||
+ "background-clip: text; -webkit-background-clip: text;";
|
|
||||||
|
|
|
||||||
|
|
@ -23,5 +23,5 @@ body .leaflet-div-icon {
|
||||||
.mdi:before {
|
.mdi:before {
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
background: var(--before-background, transparent);
|
background-image: var(--before-background, transparent);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue