diff --git a/src/pages/now.astro b/src/pages/now.astro index c828f93..cc0dfc2 100644 --- a/src/pages/now.astro +++ b/src/pages/now.astro @@ -12,53 +12,51 @@ const publishedOn = now.publishedOn === '' ? now.publishDate : now.publishedOn

What's up Now

-

- - Updated on { - now.publishState ? `, ${now.publishState}` : '' - } - - -


- About now pages - · - Previously... -
+ .highlighted-content code { + font-size: var(--font-size-base); + border: 0.1em solid var(--color-border); + border-radius: 4px; + padding: 0.15em 0.25em; + } + + .link-card-grid { + display: grid; + gap: 1rem; + padding: 0; + } +