Skip to content

Commit

Permalink
update copy and style per Ari
Browse files Browse the repository at this point in the history
  • Loading branch information
teovin committed Aug 1, 2024
1 parent b6a007d commit e6180d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion web/frontend/styles/announcement_banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ body {
@include make-row();

p {
margin: 0px;
margin: 0;
a {
color: inherit;
}
a.standout-link {
color: $light-blue;
}
}
}
}
5 changes: 4 additions & 1 deletion web/main/templates/includes/announcement_banner.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<div class="announcement-banner">
<p>Increased access to caselaw via CourtListener API lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Yay!</p>
<p>New! H2O now has access to <b>new and up-to-date cases</b> via
<a href="https://www.courtlistener.com">CourtListener</a> and the <a href="https://case.law">Caselaw Access Project</a>.
<a class="standout-link" href="">Click here for more info.</a>
</p>
</div>

0 comments on commit e6180d6

Please sign in to comment.