jzfrst
This commit is contained in:
parent
9ed5819326
commit
cd155087ea
@ -41,16 +41,16 @@ body {
|
|||||||
|
|
||||||
.area {
|
.area {
|
||||||
fill: rgba(255, 255, 255, 0);
|
fill: rgba(255, 255, 255, 0);
|
||||||
transition: 0.2s ease;
|
stroke: transparent;
|
||||||
|
stroke-width: 3;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: 0.25s;
|
transition: fill 0.25s, stroke 0.25s;
|
||||||
will-change: fill, filter;
|
will-change: fill, stroke;
|
||||||
}
|
}
|
||||||
|
|
||||||
.area:hover {
|
.area:hover {
|
||||||
fill: rgba(120, 200, 255, 0.18);
|
fill: rgba(120, 200, 255, 0.18);
|
||||||
stroke: #6ec6ff;
|
stroke: #6ec6ff;
|
||||||
stroke-width: 3;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#game-chat {
|
#game-chat {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user