diff --git a/src/pages/notes/[...slug].astro b/src/pages/notes/[...slug].astro index 98c7ebd..f33672e 100644 --- a/src/pages/notes/[...slug].astro +++ b/src/pages/notes/[...slug].astro @@ -44,11 +44,15 @@ const formatDate = (date: Date) => { width: 100%; } th, td { - border: 1px solid #eee; + border: 1px solid #444; padding: 6px 10px; } + th { + text-align: left; + } table { border-collapse: collapse; + width: 100%; } pre { padding: 12px;