Skip to content

Commit

Permalink
use color from themes
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Jan 28, 2025
1 parent c255b26 commit b7d3fe3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/static/_scss/components/_glossary.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#glossary {
transition: right 0.2s;
background-color: #112f4e;
background-color: color('primary-dark');

&[aria-hidden="true"] {
right: -20rem;
Expand Down
2 changes: 1 addition & 1 deletion app/static/_scss/components/_icons.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.icon-glossary {
position: relative;
color: #13171f;
color: color('primary');
text-decoration: none;

svg {
Expand Down
2 changes: 1 addition & 1 deletion app/static/_scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$theme-color-base-light: "gray-cool-5",
$theme-color-primary: "blue-70v",
$theme-color-primary-vivid: "blue-60v",

$theme-color-primary-dark: "blue-warm-70v",
);

@forward "uswds";
Expand Down

1 comment on commit b7d3fe3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests Skipped Failures Errors Time
2 0 💤 0 ❌ 0 🔥 4.676s ⏱️

Please sign in to comment.