mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Moved styling to sass
This commit is contained in:
parent
35536327e3
commit
865d8e2175
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue