This commit is contained in:
cay 2026-04-10 09:49:15 +01:00
parent f5e7e2443a
commit 3e1e297c89

View File

@ -127,7 +127,7 @@ body {
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover; object-fit: contain;
} }
.map-overlay { .map-overlay {
@ -144,7 +144,9 @@ body {
stroke: transparent; stroke: transparent;
stroke-width: 3; stroke-width: 3;
cursor: pointer; cursor: pointer;
transition: fill 0.25s, stroke 0.25s; transition:
fill 0.25s,
stroke 0.25s;
will-change: fill, stroke; will-change: fill, stroke;
} }
@ -234,9 +236,15 @@ body {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
} }
.global-chat { color: #e6c48a; } .global-chat {
.guild-chat { color: #6ed37c; } color: #e6c48a;
.private-chat { color: #7ec8ff; } }
.guild-chat {
color: #6ed37c;
}
.private-chat {
color: #7ec8ff;
}
/* ── Online-User-Liste ──────────────────────────── */ /* ── Online-User-Liste ──────────────────────────── */