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

1
.astro/types.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
/// <reference types="astro/client" />

View File

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

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

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