Skip to content

Commit

Permalink
Updated font weight of notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
sab-LC committed Oct 28, 2024
1 parent 4717e8a commit 3613395
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions localcontexts/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
10 changes: 5 additions & 5 deletions templates/snippets/notifications.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<div><span class="font-size-12 grey-text">{{ n.created }} UTC</span></div>
</div>

<div><p class="darkteal-text font-size-14"> {{ n.title }}</p></div>
<div><p class="darkteal-text font-size-14 initial"> {{ n.title }}</p></div>
</a>
</div>

Expand Down Expand Up @@ -148,7 +148,7 @@
<div><span class="font-size-12 grey-text">{{ n.created }}</span></div>
</div>

<div><p class="darkteal-text font-size-14"> {{ n.title }}</p></div>
<div><p class="darkteal-text font-size-14 initial"> {{ n.title }}</p></div>
</a>
</div>

Expand Down Expand Up @@ -200,7 +200,7 @@
</span></div>
<div><span class="font-size-12 grey-text">{{ n.created }}</span></div>
</div>
<div><p class="darkteal-text font-size-14"> {{ n.title }}</p></div>
<div><p class="darkteal-text font-size-14 initial"> {{ n.title }}</p></div>
</a>

</div>
Expand Down Expand Up @@ -242,7 +242,7 @@
</span></div>
<div><span class="font-size-12 grey-text">{{ n.created }}</span></div>
</div>
<div><p class="darkteal-text font-size-14"> {{ n.title }}</p></div>
<div><p class="darkteal-text font-size-14 initial"> {{ n.title }}</p></div>
</a>

</div>
Expand Down Expand Up @@ -286,7 +286,7 @@
</span></div>
<div><span class="font-size-12 grey-text">{{ n.created }}</span></div>
</div>
<div><p class="darkteal-text font-size-14"> {{ n.title }}</p></div>
<div><p class="darkteal-text font-size-14 initial"> {{ n.title }}</p></div>
</a>
</div>

Expand Down

0 comments on commit 3613395

Please sign in to comment.