smaller font size in alerts
bad-example.com 4 months ago 8a15ab25 e9891b23
··· 9 9 :root { 10 10 --scalar-small: 13px; 11 11 } 12 12 + .scalar-app .markdown .markdown-alert { 13 13 + font-size: var(--scalar-small); 14 14 + } 12 15 .sidebar-heading-link-title { 13 16 line-height: 1.2; 14 17 }