Moved styling to sass

This commit is contained in:
CocoByte 2024-01-29 16:23:25 -07:00
parent 35536327e3
commit 865d8e2175
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 2 additions and 2 deletions

View file

@ -143,7 +143,7 @@ h1, h2, h3,
.module h3 {
padding: 0;
color: var(--primary);
color: var(--link-fg);
margin: units(2) 0 units(1) 0;
}

View file

@ -5,7 +5,7 @@
{% include "admin/app_list.html" with app_list=app_list show_changelinks=True %}
<div class="custom-content module">
<h2>Reports</h2>
<h3 style="color: var(--link-fg);">Domain growth report</h3>
<h3>Domain growth report</h3>
{% comment %}
Inputs of type date suck for accessibility.