fix breadcrumbs on edit page

This commit is contained in:
2026-05-21 20:42:27 +02:00
parent 9cd212876c
commit 30f1768406
2 changed files with 9 additions and 2 deletions
+4 -2
View File
@@ -457,11 +457,12 @@
}
.westgate-wiki .wiki-breadcrumb-trail {
color: #b9b2a6;
--wiki-breadcrumb-color: color-mix(in srgb, var(--wg-text-muted) 68%, transparent);
color: var(--wiki-breadcrumb-color);
font-family: var(--wg-font-display);
font-size: 0.875rem;
gap: 0;
font-weight: 500;
font-weight: 600;
letter-spacing: 0;
text-transform: none;
}
@@ -508,6 +509,7 @@
.westgate-wiki .wiki-breadcrumb-trail__action {
display: inline-flex;
letter-spacing: 0;
padding-left: 12px;
text-transform: none;
}