Skip to content

Commit

Permalink
Change servicing color to less scary black
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Dec 16, 2024
1 parent 6183ab9 commit 9f09e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/includes/servicing.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if request.user.is_staff and request.session.servicing %}
<div class="servicing shadow-xl py-2" style="background:#ec0202">
<div class="servicing shadow-xl py-2" style="background:#222">
<a href="{% url 'staff.org_service' %}"
style="text-decoration:none;
color:rgba(255,255,255,.8);
Expand Down

0 comments on commit 9f09e78

Please sign in to comment.