frjrst
This commit is contained in:
parent
f5e7e2443a
commit
3e1e297c89
@ -127,7 +127,7 @@ body {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.map-overlay {
|
||||
@ -144,7 +144,9 @@ body {
|
||||
stroke: transparent;
|
||||
stroke-width: 3;
|
||||
cursor: pointer;
|
||||
transition: fill 0.25s, stroke 0.25s;
|
||||
transition:
|
||||
fill 0.25s,
|
||||
stroke 0.25s;
|
||||
will-change: fill, stroke;
|
||||
}
|
||||
|
||||
@ -234,9 +236,15 @@ body {
|
||||
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
.global-chat { color: #e6c48a; }
|
||||
.guild-chat { color: #6ed37c; }
|
||||
.private-chat { color: #7ec8ff; }
|
||||
.global-chat {
|
||||
color: #e6c48a;
|
||||
}
|
||||
.guild-chat {
|
||||
color: #6ed37c;
|
||||
}
|
||||
.private-chat {
|
||||
color: #7ec8ff;
|
||||
}
|
||||
|
||||
/* ── Online-User-Liste ──────────────────────────── */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user