feat: theme forms tables and data states

This commit is contained in:
ik
2026-09-13 15:54:45 +07:00
parent 4f5fb6d7c2
commit 7567ac9191
5 changed files with 43 additions and 5 deletions
+1 -1
View File
@@ -14,5 +14,5 @@ const { catches } = Astro.props as { catches: Catch[] };
})}
</div>
<style>
time{margin-top:7px;color:#496357;font-size:10px;font-weight:750}
time{margin-top:7px;color:var(--text-secondary);font-size:10px;font-weight:750}
</style>