mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
chore: update styles and theme guides
This commit is contained in:
parent
af6b45becf
commit
a022200147
4 changed files with 5 additions and 5 deletions
|
@ -89,7 +89,7 @@ global: {
|
|||
}
|
||||
```
|
||||
|
||||
### コメントサービス
|
||||
### コメントシステム
|
||||
|
||||
```ts
|
||||
comment: {
|
||||
|
|
|
@ -89,7 +89,7 @@ global: {
|
|||
}
|
||||
```
|
||||
|
||||
### 評論服務
|
||||
### 評論系統
|
||||
|
||||
```ts
|
||||
comment: {
|
||||
|
|
|
@ -89,7 +89,7 @@ global: {
|
|||
}
|
||||
```
|
||||
|
||||
### 评论服务
|
||||
### 评论系统
|
||||
|
||||
```ts
|
||||
comment: {
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue