/************************************************************* * Headers */ .cm-header-1, .markdown-preview-section h1 { color: #081f37; border-bottom: 5px solid #BA4A00; } .cm-header-2, .markdown-preview-section h2 { color: #1e549f; } .cm-header-3, .markdown-preview-section h3 { color: #2e79ba; } .cm-header-4, .markdown-preview-section h4 { color: #5fc9f3; } .cm-header-5, .markdown-preview-section h5 { color: #415865; } .cm-header-6, .markdown-preview-section h6 { color: #7a9eb1; } /************************************************************* * List */ .cm-list-1 { font-family: Cascadia Code; } .cm-list-2 { font-family: Cascadia Code; } .cm-list-3 { font-family: Cascadia Code; } .cm-list-4 { font-family: Cascadia Code; } .cm-list-5 { font-family: Cascadia Code; } /*span.cm-formatting-list-ul { visibility: hidden !important; } span.cm-formatting-list-ul:after { content: '• '; ITS theme; for Blue Topaz margin-left: -12px; color: var(--accent); visibility: visible !important; }*/ ol { font-family: Cascadia Code; padding-inline-start: 2.5rem; } ul { font-family: Cascadia Code; padding-inline-start: 2.4rem; list-style-type: disc; } /*Make list marker to be a circle*/ input[type="checkbox"], .cm-formatting-task { -webkit-appearance: none; appearance: none; border-radius: 50%; border: 1px solid var(--text-faint); padding: 0; vertical-align: middle; } .cm-s-obsidian span.cm-formatting-task { color: transparent; width: 1.1em !important; height: 1.1em; display: inline-block; } input[type="checkbox"]:focus { outline: 0; } input[type="checkbox"]:checked, .cm-formatting-task.cm-property { background-color: var(--text-accent-hover); border: 1px solid var(--text-accent-hover); background-position: center; background-size: 60%; background-repeat: no-repeat; background-image: url('data:image/svg+xml; utf8, '); } /************************************************************* * External link & Internal link */ .cm-s-obsidian span.cm-link, .cm-s-obsidian span.cm-url, .cm-s-obsidian span.cm-hmd-internal-link { color: #0000EE; font-family: Cascadia Code; } a.external-link { color: #0000EE; font-family: Cascadia Code; } /************************************************************* * Outline */ .outline { font-size: 0.8rem; font-weight: 200; } .outline .tree-item { line-height: 1.3; } .outline .tree-item-self { padding-top: 0.2rem; padding-bottom: 0.1rem; padding-left: 0.5rem; padding-right: 0.3rem; } .outline .tree-item-collapse { left: 0.1rem; } .outline .tree-item-inner{ position:relative; padding-top: 0.2rem; /* padding-left: 1rem; */ padding-left: 1.7em; text-indent: -0.8em; margin-left: 0.2rem; /* font-size: 0.9em; */ } .outline .tree-item-children { margin-left: 0.7rem; padding-left: 0.5rem; margin-top: -0.3rem; padding-top: 0.3rem; border-left: 1px solid var(--sidebar-marks, var(--background-modifier-border)); border-radius: 4px; transition:all 0.5s ease-in-out; } .outline .tree-item-children:hover { border-left-color: var(--sidebar-marks-hover, var(--background-secondary)); } .outline .collapse-icon + .tree-item-inner { font-weight: 400; padding-left: 0.2rem; /* margin-left: 0rem; */ /* font-size: 1em; */ } .outline .collapse-icon { margin-top: 0.2rem; margin-left: -0.4rem; margin-right: -0.4rem; width: 2rem; } /************************************************************* * Sidebar */ /*Vault name*/ .nav-folder.mod-root > .nav-folder-title { padding-left: 6px; font-size: 14px; font-weight: bolder; top: -6px; /* higher */ cursor: default; color: var(--base2); } .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: '📄';*/ content: '\E801'; margin-right: 0.3em; } .nav-file-title { font-size: 0.8em; font-family: consolas; line-height: 1.0em; color: #407088; } .nav-folder, .nav-file { margin: 0 !important; border-left: 1px solid rgba(118, 158, 165, 0.2); } .cm-quote { line-height: 1.2em; /*font-style: italic;*/ } /************************************************************* * Quote */ /*.cm-formatting-quote:before { margin-right: -0.1em; color: var(--color-10) !important; font-family: "ico"; content: "\edd5"; }*/ /************************************************************* * Code block(inline) */ .cm-s-obsidian span.cm-inline-code { /*font-size: 1em;*/ }