Skip to content

Commit

Permalink
Updated the hover color for the video button
Browse files Browse the repository at this point in the history
  • Loading branch information
natashapl committed Aug 23, 2024
1 parent 3340737 commit e0993cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/spotlight/src/pages/splash/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,4 @@ import atjInfographics from '../../images/atj-infographics.png';
</div>
</section>
</div>

</ContentLayout>
4 changes: 4 additions & 0 deletions apps/spotlight/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
text-align: left;
}

.offline-homepage .play-video .usa-button:hover {
background: black;
}

.offline-homepage .play-video a::before {
content: " ";
display: block;
Expand Down

0 comments on commit e0993cb

Please sign in to comment.