mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
chore: update site favicon and table styles, delete hastscript
This commit is contained in:
parent
168046de88
commit
6507ca14c4
4 changed files with 9 additions and 17 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue