Style tooling surfaces within shared shell

This commit is contained in:
2026-03-21 13:22:33 +01:00
parent 8b34851010
commit a7bacbabfc
7 changed files with 47 additions and 13 deletions

View File

@@ -236,6 +236,18 @@ pre,
padding: 1.35rem;
}
.tooling-surface {
background: color-mix(in srgb, var(--surface-tooling) 88%, var(--bg-elevated));
border-color: color-mix(in srgb, var(--info-2) 28%, var(--border-default));
}
.tooling-surface .panel-title,
.tooling-surface h1,
.tooling-surface h2,
.tooling-surface h3 {
color: color-mix(in srgb, var(--info-3) 46%, var(--text-primary));
}
.panel-title {
margin: 0 0 0.35rem;
font-size: 1.4rem;