Skip to content

Commit

Permalink
fix debug toolbar (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 authored May 27, 2024
1 parent ddb2600 commit 81485a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tin/templates/debug_toolbar/base.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% extends 'debug_toolbar/base.html' %}

{% block css %}{{ block.super }}
<style>
:root {
color-scheme: light !important;
}
</style>
{% endblock %}

0 comments on commit 81485a8

Please sign in to comment.