From 36133952017ced02dc7957009141128df73429e3 Mon Sep 17 00:00:00 2001 From: sab-LC Date: Mon, 28 Oct 2024 06:43:35 -0700 Subject: [PATCH] Updated font weight of notifications --- localcontexts/static/css/main.css | 1 + templates/snippets/notifications.html | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/localcontexts/static/css/main.css b/localcontexts/static/css/main.css index 82442661e..a67d9a6e7 100644 --- a/localcontexts/static/css/main.css +++ b/localcontexts/static/css/main.css @@ -231,6 +231,7 @@ input:focus:not(.toggle) { /* TEXT SIZE & WEIGHT */ .bold { font-weight: bold; } +.initial {font-weight: initial;} .p-28 { font-size: 28px; } .p-24 { font-size: 24px; } .font-size-14 { font-size: 14px; } diff --git a/templates/snippets/notifications.html b/templates/snippets/notifications.html index a7d2aab44..398fb5331 100644 --- a/templates/snippets/notifications.html +++ b/templates/snippets/notifications.html @@ -82,7 +82,7 @@
{{ n.created }} UTC
-

{{ n.title }}

+

{{ n.title }}

@@ -148,7 +148,7 @@
{{ n.created }}
-

{{ n.title }}

+

{{ n.title }}

@@ -200,7 +200,7 @@
{{ n.created }}
-

{{ n.title }}

+

{{ n.title }}

@@ -242,7 +242,7 @@
{{ n.created }}
-

{{ n.title }}

+

{{ n.title }}

@@ -286,7 +286,7 @@
{{ n.created }}
-

{{ n.title }}

+

{{ n.title }}