Skip to content

Commit

Permalink
archive btn background change
Browse files Browse the repository at this point in the history
  • Loading branch information
ostafinskim committed May 16, 2024
1 parent 14fdb9a commit 6baa542
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion public/css/fitzwilliam.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=186fc5ec23f2fa6f870cee9d2ef7b85f",
"/css/app.css": "/css/app.css?id=4306e797d9a33c6036adf977ea330ce3",
"/css/fitzwilliam.css": "/css/fitzwilliam.css?id=60c3259534c25239848b4a0c0669beba"
"/css/fitzwilliam.css": "/css/fitzwilliam.css?id=1f635823422a215addb50a50ca5a2242"
}
8 changes: 2 additions & 6 deletions resources/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -1083,14 +1083,10 @@ a.text-center.btn.btn-outline-light.btn__book {
}

.archived-btn {
background: #EEF3F4;
color: #000;
display: inline-block;
font-size: 16px;
font-weight: 600;
background: #000;
color: #fff;
padding: 12px 24px;
}

.archived-btn:hover {
color: #fff;
}
2 changes: 1 addition & 1 deletion resources/views/exhibitions/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
:copyright="$archived['copyright_text']"></x-exhibition-card>
@endforeach
</div>
<a class="archived-btn" href="{{ route('archive') }}">View our exhibition archive</a>
<a class="btn btn-dark" href="{{ route('archive') }}">View our exhibition archive</a>
</div>
</div>
@endsection

0 comments on commit 6baa542

Please sign in to comment.