change background color
This commit is contained in:
parent
9442ef1847
commit
721c5e2a75
6 changed files with 6 additions and 6 deletions
|
|
@ -4350,7 +4350,7 @@ var HK = {
|
|||
LaserBug: {
|
||||
name: "Crystal Crawler (15)",
|
||||
nameDefault: "Crystal Crawler",
|
||||
spoiler: "Crystal Peak: use spells",
|
||||
spoiler: "Crystal Peak: try to use spells",
|
||||
wiki: "Crystal_Crawler"
|
||||
},
|
||||
GorgeousHusk: {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -684,7 +684,7 @@ a.wiki {
|
|||
|
||||
.wiki.blurred {
|
||||
color: #0000;
|
||||
background-color: #ffffff2d;
|
||||
background-color: #cfffed2d;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -576,7 +576,7 @@ a.wiki {
|
|||
|
||||
.wiki.blurred {
|
||||
color: #0000;
|
||||
background-color: #ffffff2d;
|
||||
background-color: #cfffed2d;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1558,7 +1558,7 @@ const HK = {
|
|||
LaserBug: {
|
||||
name: "Crystal Crawler (15)",
|
||||
nameDefault: "Crystal Crawler",
|
||||
spoiler: "Crystal Peak: use spells",
|
||||
spoiler: "Crystal Peak: try to use spells",
|
||||
wiki: "Crystal_Crawler"
|
||||
},
|
||||
GorgeousHusk: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue