diff --git a/public/styles/site.css b/public/styles/site.css deleted file mode 100644 index 73c62d8..0000000 --- a/public/styles/site.css +++ /dev/null @@ -1,43 +0,0 @@ -:root { - color-scheme: light dark; - --max-width: 42rem; -} - -* { - box-sizing: border-box; -} - -body { - margin: 0 auto; - padding: 2rem 1rem; - max-width: var(--max-width); - font-family: system-ui, sans-serif; - line-height: 1.6; -} - -header nav a { - text-decoration: none; - font-weight: 600; -} - -ul.tags { - display: flex; - gap: 0.5rem; - list-style: none; - padding: 0; - margin: 0.5rem 0; -} - -ul.tags a { - text-decoration: none; - border: 1px solid currentColor; - border-radius: 999px; - padding: 0.1rem 0.6rem; - font-size: 0.85rem; -} - -footer { - margin-top: 3rem; - font-size: 0.85rem; - opacity: 0.7; -}