Skip to content

Commit

Permalink
update site static button border color (when clicked) from red to grey (
Browse files Browse the repository at this point in the history
  • Loading branch information
JFU-GIT committed Feb 1, 2023
1 parent 8836c83 commit c4e7a1a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 197 deletions.
2 changes: 1 addition & 1 deletion dist/sandbox-main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/static-main.css

Large diffs are not rendered by default.

194 changes: 1 addition & 193 deletions legacy-preserved.css

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

2 changes: 1 addition & 1 deletion scss/partials/global/_banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $banner-sandbox-gradient-accent: rgba(158, 143, 243, 100%);
padding: 1rem;
font-weight: bold;
text-decoration: none;
outline-color: red;
outline-color: #F0F8FF;
transition: background 180ms ease, color 180ms ease;
@media #{$small-phone} {
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion scss/partials/global/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
background-color: $hover-bg;
color: $hover-color;
text-decoration: none;
outline-color: red;
outline-color: #F0F8FF;
}
&:hover svg {
stroke: $hover-color;
Expand Down

0 comments on commit c4e7a1a

Please sign in to comment.