[v1-rest] Increase font size of "important" information
beets opened this issue · 1 comments
beets commented
Especially since it's important, can we increase the size to at least match the rest of the body text?
css for the icon:
background: var(--dc-red-lite);
color: white;
padding-right: 0;
margin-right: 0.5em;
and removed font-size: 0.8rem on the containing div
This applies to all div's with class alert
(e.g. API key).
beets commented