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

View File

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