update project files

This commit is contained in:
2026-06-06 00:48:05 +08:00
parent 5d4de50c8b
commit 5887c4287d
8 changed files with 22 additions and 22 deletions
+6 -6
View File
@@ -722,7 +722,7 @@ mark {
}
}
/* ── Search Mode Toggle (Phase 5) ─────────────────────────────── */
/* ── Search Mode Toggle ───────────────────────────────────────── */
.search-mode-toggle {
display: flex;
gap: 0;
@@ -751,7 +751,7 @@ mark {
color: #fff;
}
/* ── Similarity Score (Phase 5) ────────────────────────────────── */
/* ── Similarity Score ──────────────────────────────────────────── */
.similarity-score {
font-size: 0.8rem;
color: var(--accent);
@@ -761,7 +761,7 @@ mark {
border-radius: 4px;
}
/* ── Similar Papers (Phase 5) ──────────────────────────────────── */
/* ── Similar Papers ────────────────────────────────────────────── */
.similar-papers {
margin-top: 32px;
padding-top: 24px;
@@ -796,7 +796,7 @@ mark {
color: var(--ink-light);
}
/* ── Trends Dashboard (Phase 5) ────────────────────────────────── */
/* ── Trends Dashboard ──────────────────────────────────────────── */
.trends-page h1 {
font-family: var(--font-body);
font-size: 1.5rem;
@@ -832,7 +832,7 @@ mark {
}
}
/* ── Compare Page (Phase 5) ────────────────────────────────────── */
/* ── Compare Page ──────────────────────────────────────────────── */
.compare-page h1 {
font-family: var(--font-body);
font-size: 1.5rem;
@@ -880,7 +880,7 @@ mark {
font-style: italic;
}
/* ── Image Gallery (Phase 5) ───────────────────────────────────── */
/* ── Image Gallery ─────────────────────────────────────────────── */
.image-gallery {
margin-top: 24px;
}