diff --git a/core/style.css b/core/style.css index 406e286..ca90c50 100644 --- a/core/style.css +++ b/core/style.css @@ -446,6 +446,16 @@ nav.top div.slideout.mail .dropdown .mail .message a { text-decoration: underline; } +nav.top div.slideout.alerts .dropdown .alerts .alert .header { + font-size: 12px; +} + +nav.top div.slideout.alerts .dropdown .alerts .alert .header a:link, +nav.top div.slideout.alerts .dropdown .alerts .alert .header a:visited { + color: var(--subtitle); + text-decoration: none; +} + nav.top div.slideout.alerts .dropdown .alerts .alert .info, nav.top div.slideout.mail .dropdown .mail .message .info { display: flex; @@ -1092,6 +1102,7 @@ body.dashboard .dash-container .primary .mainbox .alert .info { body.dashboard .dash-container .primary .mainbox .alert .origin { flex-grow: 1; + font-size: 12px; } body.dashboard .dash-container .primary .mainbox .alert .origin a:link,