fix(observatory): align setup typography

This commit is contained in:
DCCONSTRUCTIONS
2026-08-30 23:31:09 +03:00
parent 177be8869f
commit e72609120f
2 changed files with 6 additions and 0 deletions
@@ -142,6 +142,10 @@ test("Observatory mounts the one shared canonical replay only after explicit adm
styles,
/\.observatory-session-summary__facts dd \{[\s\S]*font-size: var\(--nodedc-font-size-sm\);/,
);
assert.match(
styles,
/\.observatory-catalog-bar h3,[\s\S]*\.observatory-session-summary h3,[\s\S]*\.observatory-setup-detail h3,[\s\S]*\.observatory-evidence h3 \{[\s\S]*font-size: var\(--nodedc-font-size-lg\);/,
);
assert.match(
styles,
/@container observatory-session \(max-width: 56rem\) \{[\s\S]*\.observatory-session-summary \{[\s\S]*grid-template-columns: minmax\(0, 1fr\);/,