MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 259: Line 259:
     border-color: rgba(255,255,255,.12);
     border-color: rgba(255,255,255,.12);
}
}
}
/* ============================================================
  Typography overrides for onboarding + task search
  ============================================================ */
/* Force normal body text size in these two cards */
.bc-accent-onboard .bc-subtle,
.bc-accent-ref .bc-subtle {
    font-size: 15px;
    line-height: 1.55;
}
/* Make button descriptions readable (not tiny) */
.bc-accent-onboard .bc-btn span,
.bc-accent-ref .bc-btn span {
    font-size: 15px;
    line-height: 1.45;
}
/* Optional: slightly stronger button titles for clarity */
.bc-accent-onboard .bc-btn strong,
.bc-accent-ref .bc-btn strong {
    font-size: 15px;
    font-weight: 600;
}
}