Style tooling surfaces within shared shell
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user