fix: typo in code-copy.css

* regenerate css and update hugo stats json
This commit is contained in:
Xin
2024-03-28 09:33:35 +00:00
parent d8351aa432
commit ef536af9e8
3 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
@supports (
(-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))
) {
.hextra-hextra-code-copy-btn {
.hextra-code-copy-btn {
@apply hx-backdrop-blur-md hx-bg-opacity-[.85] dark:hx-bg-opacity-80;
}
}