chore: update site favicon and table styles, delete hastscript

This commit is contained in:
radishzzz 2025-05-04 17:25:22 +01:00
parent 168046de88
commit 6507ca14c4
4 changed files with 9 additions and 17 deletions

View file

@ -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 */