chore(vault): track .obsidian plugin configs (incl. obsidian-git settings)

This commit is contained in:
hehaiguang1123
2026-07-01 08:20:57 +08:00
parent e166ef1052
commit c7037119a5
216 changed files with 447823 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
/*--DKLN-V1.0.0-IFPM--*/
/*高亮部分内文本黑色*/
div span.highlight {
color: black;
}
/*下拉dataview+metaedit内部文本颜色+下拉框宽度*/
div>p>select {
color: darkcyan;
width: 15em
}
/* 表格居中 */
table {
margin: auto;
}
/*左列顶端对齐*/
tbody.table-view-tbody tr td {
vertical-align: center;
}
/*标题居中*/
tr.table-view-tr-header th.table-view-th {
text-align: center;
}