From bef5bb60c94c0cc6df0849a248ae11fbd73a4606 Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Sat, 14 Feb 2026 00:17:16 +0100 Subject: [PATCH] Target correct selector --- app/assets/stylesheets/notifications.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/notifications.css b/app/assets/stylesheets/notifications.css index aa54b14ba..ca7a058f4 100644 --- a/app/assets/stylesheets/notifications.css +++ b/app/assets/stylesheets/notifications.css @@ -67,7 +67,7 @@ /* Help /* ------------------------------------------------------------------------ */ .notifications-help { - h2 { + h3 { font-size: var(--text-medium); margin: 0; }