Skip to content

Commit e2ec366

Browse files
committed
finish verso & fix lake-doc
1 parent dbfec43 commit e2ec366

File tree

4 files changed

+1094
-447
lines changed

4 files changed

+1094
-447
lines changed

docs/assets/css/admonition-custom.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.md-typeset .admonition.green>.admonition-title{ color:var(--admon-green-fg); }
3939

4040

41+
.md-typeset .admonition.blue hr { border-color: var(--admon-blue-fg); }
42+
.md-typeset .admonition.purple hr { border-color: var(--admon-purple-fg); }
43+
.md-typeset .admonition.green hr { border-color: var(--admon-green-fg); }
44+
4145
/* ============================
4246
Admonition grid — 强制左右两栏对齐
4347
将此段放到自定义 CSS 的最底部
@@ -106,4 +110,4 @@
106110
/* 调试用高亮(确认选中元素),测试完请删除或注释掉 */
107111
.md-typeset .admonition .grid.grid-cols-2.debug {
108112
outline: 2px dashed rgba(0,0,0,0.06);
109-
}
113+
}

0 commit comments

Comments
 (0)