Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/HistoryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function HistoryPage() {
<div className="min-h-screen bg-base-200 flex flex-col items-center py-12">
<div className="card w-full max-w-md bg-base-100 shadow-xl">
<div className="card-body">
<h1 className="card-title text-3xl font-bold text-primary mb-4">
<h1 className="card-title text-3xl font-bold mb-4">
☕ History
</h1>
<p className="text-base-content/80 mb-4">
Expand All @@ -19,7 +19,7 @@ function HistoryPage() {
href={`https://${year}.javazone.no`}
target="_blank"
rel="noopener noreferrer"
className="justify-between hover:bg-primary hover:text-primary-content"
className="justify-between hover:bg-tertiary hover:text-primary-content"
>
JavaZone {year}
<span className="badge badge-outline">Visit</span>
Expand Down