Collection share modal cleanup (#38030)

This commit is contained in:
diondiondion
2026-03-02 17:19:13 +01:00
committed by GitHub
parent ceaadc791e
commit 03b2f77ad2
7 changed files with 39 additions and 35 deletions

View File

@@ -6412,6 +6412,10 @@ a.status-card {
line-height: 20px;
color: var(--color-text-secondary);
/*
* Using the :where selector to lower specificity and allow for
* easy customisation of modal heading styles
*/
:where(h1) {
font-size: 16px;
line-height: 24px;