Migrate GUI colors test to original CSS color format
This commit is contained in:
parent
4c9ac1e93b
commit
c77329cb04
1 changed files with 8 additions and 8 deletions
|
@ -33,20 +33,20 @@ call-function: (
|
||||||
"check-logo",
|
"check-logo",
|
||||||
{
|
{
|
||||||
"theme": "ayu",
|
"theme": "ayu",
|
||||||
"filter": "drop-shadow(rgb(255, 255, 255) 1px 0px 0px) " +
|
"filter": "drop-shadow(#fff 1px 0px 0px) " +
|
||||||
"drop-shadow(rgb(255, 255, 255) 0px 1px 0px) " +
|
"drop-shadow(#fff 0px 1px 0px) " +
|
||||||
"drop-shadow(rgb(255, 255, 255) -1px 0px 0px) " +
|
"drop-shadow(#fff -1px 0px 0px) " +
|
||||||
"drop-shadow(rgb(255, 255, 255) 0px -1px 0px)",
|
"drop-shadow(#fff 0px -1px 0px)",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
call-function: (
|
call-function: (
|
||||||
"check-logo",
|
"check-logo",
|
||||||
{
|
{
|
||||||
"theme": "dark",
|
"theme": "dark",
|
||||||
"filter": "drop-shadow(rgb(255, 255, 255) 1px 0px 0px) " +
|
"filter": "drop-shadow(#fff 1px 0px 0px) " +
|
||||||
"drop-shadow(rgb(255, 255, 255) 0px 1px 0px) " +
|
"drop-shadow(#fff 0px 1px 0px) " +
|
||||||
"drop-shadow(rgb(255, 255, 255) -1px 0px 0px) " +
|
"drop-shadow(#fff -1px 0px 0px) " +
|
||||||
"drop-shadow(rgb(255, 255, 255) 0px -1px 0px)",
|
"drop-shadow(#fff 0px -1px 0px)",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
call-function: (
|
call-function: (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue