Skip to content

Commit

Permalink
added extra styles
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisten committed May 18, 2021
1 parent 53aa3e9 commit d59e3ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion web/themes/custom/atrium/assets/css/atrium.style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
jcc-hero--has-background-color--dark{
.jcc-hero--has-background-color--dark{
a.usa-button{
//background-color: color($theme-color-secondary);
color: $theme-color-base-darkest;
background-color: $theme-color-warning;
color: color($theme-color-base-darkest);
background-color: color($theme-color-warning);
&:hover {
background-color: $theme-color-warning-dark;
background-color: color($theme-color-warning-dark);
}
}
}

1 comment on commit d59e3ef

@sleepingmonk
Copy link
Contributor

Choose a reason for hiding this comment

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

Visit Site

Created multidev environment pr-428 for jcc-srl.

Please sign in to comment.