Skip to content

Commit

Permalink
specify readable foreground text color for items carousel header
Browse files Browse the repository at this point in the history
  • Loading branch information
edmadrid committed Jan 31, 2024
1 parent 67ffeb9 commit b1fa207
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/_includes/components/heros/exhibits-carousel.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="not-prose bg-primary mx-[calc(50%-50vw)] w-auto">
<h2 class="text-center py-6 text-2xl font-bold text-primary-content">Example exhibit carousel title</h2>
<h2 class="text-center py-6 text-3xl font-bold text-primary-content">Example exhibit carousel title</h2>
<div class="hero block">
<div class="hero-content mx-auto bg-primary">
<div class="carousel items-center py-5">
Expand Down
6 changes: 3 additions & 3 deletions site/_includes/components/items/carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<div class="container mx-auto pt-10">
<div class="flex align-center justify-between my-8">
<div class="text-left prose">
<div class="text-left prose text-primary-content">
<div class="text-3xl font-bold">Test Carousel w/ Archival Items</div>
<p>I'm some additional info if needed.</p>
</div>
<div class="text-right">
<button class="btn btn-sm hover:btn-outline btn-outline prev">Previous</button>
<button class="btn btn-sm hover:btn-outline btn-outline next">Next</button>
<button class="btn btn-sm text-primary-content hover:text-accent hover:bg-secondary-content hover:btn-outline btn-outline prev">Previous</button>
<button class="btn btn-sm text-primary-content hover:text-accent hover:bg-secondary-content hover:btn-outline btn-outline next">Next</button>
</div>
</div>

Expand Down

0 comments on commit b1fa207

Please sign in to comment.