Fix .hint styles to match DeployTimeline exactly

Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-24 19:12:05 +00:00
parent bafcfbefd2
commit 96e492bc5b
3 changed files with 3 additions and 1 deletions

View File

@@ -63,7 +63,7 @@
.hint {
margin: 0;
color: #94a3b8;
font-size: 0.9rem;
max-width: 18rem;
}
table {

1
src/env.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
/// <reference path="../.astro/types.d.ts" />