UX: Sichtbarkeits-Pill im Route-Body anklickbar (grün/blau)

This commit is contained in:
rene 2026-04-19 11:23:36 +02:00
parent 6f667b5c61
commit 9a56978f81
3 changed files with 20 additions and 11 deletions

View file

@ -2284,7 +2284,8 @@ html.modal-open {
/* Hundetauglichkeit-Badge */
.rk-badge--dog { background: #fef3c7; color: #92400e; font-size: 1rem; }
.rk-badge--private { background: #f1f5f9; color: #64748b; }
.rk-badge--private { background: #dbeafe; color: #1d4ed8; } /* blau = privat */
.rk-badge--public { background: #dcfce7; color: #15803d; } /* grün = öffentlich */
/* Foto-Galerie in Route-Detail */
.rk-photo-gallery {