style(layout/inline-title): use muted text color

This commit is contained in:
Elian Doran
2025-12-13 11:58:35 +02:00
parent 0ef90c6165
commit 0939975631

View File

@@ -34,6 +34,7 @@ body.prefers-centered-content .inline-title {
gap: 0.25em; gap: 0.25em;
margin: 0; margin: 0;
list-style-type: none; list-style-type: none;
color: var(--muted-text-color);
span.value { span.value {
font-weight: 500; font-weight: 500;