device-60.home 2025-9-9:23:57:54
This commit is contained in:
10
.obsidian/plugins/obsidian-markmind/main.js
vendored
10
.obsidian/plugins/obsidian-markmind/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-markmind",
|
||||
"name": "Markmind",
|
||||
"version": "3.2.6",
|
||||
"version": "3.2.7",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "This is a mindmap , outline tool for obsidian.",
|
||||
"author": "Mark",
|
||||
|
||||
19
.obsidian/plugins/obsidian-markmind/styles.css
vendored
19
.obsidian/plugins/obsidian-markmind/styles.css
vendored
@@ -1406,6 +1406,25 @@ th {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.theme-dark .mm-node .mm-node-content table tr,
|
||||
.theme-dark .mm-node-note-container table tr {
|
||||
background-color: #222;
|
||||
border-top: 1px solid hsl(210deg 16.85% 50.93%);
|
||||
}
|
||||
|
||||
.theme-dark .mm-node .mm-node-content table tr:nth-child(2n),
|
||||
.theme-dark .mm-node-note-container table tr:nth-child(2n) {
|
||||
background-color: #222;
|
||||
border-top: 1px solid hsl(210deg 16.85% 50.93%);
|
||||
}
|
||||
|
||||
.theme-dark .mm-node .mm-node-content table th,
|
||||
.theme-dark .mm-node .mm-node-content table td,
|
||||
.theme-dark .mm-node-note-container table th,
|
||||
.theme-dark .mm-node-note-container table td {
|
||||
border: 1px solid #3f3f3f;
|
||||
}
|
||||
|
||||
/* .mm-node .mm-node-content img[align=right] {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user