Skip to content

Commit

Permalink
Moved styling to sass
Browse files Browse the repository at this point in the history
  • Loading branch information
CocoByte committed Jan 29, 2024
1 parent 3553632 commit 865d8e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/registrar/assets/sass/_theme/_admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion src/registrar/templates/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 865d8e2

Please sign in to comment.