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