APIs for links and references in the ATmosphere

smaller font size in alerts

+3
+3
slingshot/static/index.html
··· 9 :root { 10 --scalar-small: 13px; 11 } 12 .sidebar-heading-link-title { 13 line-height: 1.2; 14 }
··· 9 :root { 10 --scalar-small: 13px; 11 } 12 + .scalar-app .markdown .markdown-alert { 13 + font-size: var(--scalar-small); 14 + } 15 .sidebar-heading-link-title { 16 line-height: 1.2; 17 }