vault backup: 2025-03-07 11:41:46

Affected files:
22.01. 軟體工具、設定/Obisidian.md
22.01. 軟體工具、設定/Obsidian 操作.md
This commit is contained in:
2025-03-07 11:41:46 +08:00
parent 74a85de91a
commit bbbbccc71e
2 changed files with 23 additions and 12 deletions

View File

@@ -32,6 +32,8 @@ The CSS content:
*/
.cm-header-1, .markdown-preview-section h1 {
color: #081f37;
border-bottom: 4px solid #BA4A00;
line-height: 1.5em;
}
.cm-header-2, .markdown-preview-section h2 {
@@ -77,16 +79,16 @@ The CSS content:
font-family: Cascadia Code;
}
span.cm-formatting-list-ul {
/*span.cm-formatting-list-ul {
visibility: hidden !important;
}
span.cm-formatting-list-ul:after {
content: '• '; /* ITS theme; for Blue Topaz */
content: '• '; ITS theme; for Blue Topaz
margin-left: -12px;
color: var(--accent); /* ITS theme; for Blue Topaz --text-normal */
color: var(--accent);
visibility: visible !important;
}
}*/
ol {
font-family: Cascadia Code;
@@ -221,19 +223,28 @@ a.external-link {
color: var(--base2);
}
.nav-folder-title,
.nav-file-title {
font-size: 0.8em;
font-family: consolas;
line-height: 0.8em;
.nav-folder-title::before {
content: '📁';
margin-right: 0.3em;
}
.nav-folder-title {
font-size: 0.8em;
font-family: consolas;
line-height: 1.0em;
font-weight: bold;
color: #132743;
}
.nav-file-title::before {
content: '📄';
margin-right: 0.3em;
}
.nav-file-title {
font-size: 0.8em;
font-family: consolas;
line-height: 1.0em;
color: #407088;
}
@@ -252,12 +263,12 @@ a.external-link {
/*************************************************************
* Quote
*/
.cm-formatting-quote:before {
/*.cm-formatting-quote:before {
margin-right: -0.1em;
color: var(--color-10) !important;
font-family: "ico";
content: "\edd5";
}
}*/
/*************************************************************

View File

@@ -29,7 +29,7 @@ CSS路徑`<vault>/obsidian.css`
#### 顯示**Bullet Point Relationship Lines**
```
```css
/*=== Bullet Point Relationship Lines ===*/
.cm-hmd-list-indent, ul ul {
position: relative;