chore: update styles and theme guides

This commit is contained in:
radishzzz 2025-04-17 04:12:50 +01:00
parent af6b45becf
commit a022200147
4 changed files with 5 additions and 5 deletions

View file

@ -89,7 +89,7 @@ global: {
}
```
### コメントサービス
### コメントシステム
```ts
comment: {

View file

@ -89,7 +89,7 @@ global: {
}
```
### 評論服務
### 評論系統
```ts
comment: {

View file

@ -89,7 +89,7 @@ global: {
}
```
### 评论服务
### 评论系统
```ts
comment: {

View file

@ -34,7 +34,7 @@
--at-apply: 'my-0';
}
.heti figure > :where(figcaption) {
--at-apply: 'text-center text-sm mt-3 text-secondary/50';
--at-apply: 'text-center text-sm mt-3 text-secondary/80';
}
.heti :where(h1 + p > img:first-child),
.heti :where(h2 + p > img:first-child),
@ -233,7 +233,7 @@ html.dark .heti :where(u) {
/* Highlighted Text */
.heti :where(mark) {
--at-apply: 'mx-0.06em p-0.06em text-inherit bg-#ff0';
--at-apply: 'py-0.06em text-inherit bg-#ff0';
}
html.dark .heti :where(mark) {
--at-apply: 'bg-#4d4a00e0';