tangled
alpha
login
or
join now
bad-example.com
/
microcosm-links
7
fork
atom
APIs for links and references in the ATmosphere
7
fork
atom
overview
issues
pulls
pipelines
smaller font size in alerts
bad-example.com
7 months ago
8a15ab25
e9891b23
+3
1 changed file
expand all
collapse all
unified
split
slingshot
static
index.html
+3
slingshot/static/index.html
···
9
:root {
10
--scalar-small: 13px;
11
}
0
0
0
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
}