diff --git a/package.json b/package.json index 2c8ed41..798ed69 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "astro-og-canvas": "^0.7.0", "astro-robots-txt": "^1.0.0", "canvaskit-wasm": "^0.40.0", - "hastscript": "^9.0.1", "katex": "^0.16.22", "markdown-it": "^14.1.0", "mdast-util-to-string": "^4.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0383f37..03785ed 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,9 +35,6 @@ importers: canvaskit-wasm: specifier: ^0.40.0 version: 0.40.0 - hastscript: - specifier: ^9.0.1 - version: 9.0.1 katex: specifier: ^0.16.22 version: 0.16.22 diff --git a/public/icon/favicon.svg b/public/icon/favicon.svg index 8495c1d..559da26 100644 --- a/public/icon/favicon.svg +++ b/public/icon/favicon.svg @@ -1,11 +1,4 @@ - - - - - - - - - - + + + \ No newline at end of file diff --git a/src/styles/heti.css b/src/styles/heti.css index c2cba9c..0728c65 100644 --- a/src/styles/heti.css +++ b/src/styles/heti.css @@ -153,10 +153,13 @@ html.dark .heti pre :where(span) { } .heti :where(th), .heti :where(td) { - --at-apply: 'px-3 py-1.5 border border-solid border-secondary/25'; + --at-apply: 'pr-6 pb-1.5 border-b border-b-secondary/15'; } -.heti :where(th) { - --at-apply: 'bg-secondary/5'; +.heti :where(td) { + --at-apply: 'pt-1.5'; +} +.heti :where(tr:last-child td) { + --at-apply: 'border-b-0'; } /* Lists */