:root {
    --default-font: "Segoe UI", "Arial", "Tahoma", "Helvetica", sans-serif;
  }
  
  body .modal {
    border-radius: 18px;
  }
  
  .theme-dark {
    --background-primary: #161b22;
    --background-primary-alt: #13161b;
    --background-secondary: #11161d;
    --background-secondary-alt: #0d1117;
    --background-accent: #000;
    --background-modifier-border: #424958;
    --background-modifier-active-hover: hsl(224deg 23% 45% / 15%);
    --background-modifier-form-field: rgba(0, 0, 0, 0.3);
    --background-modifier-form-field-highlighted: rgba(0, 0, 0, 0.22);
    --background-modifier-box-shadow: rgba(0, 0, 0, 0.3);
    --background-modifier-success: #15df6b;
    --background-modifier-error: #3d0000;
    --background-modifier-error-rgb: 61, 0, 0;
    --background-modifier-error-hover: #ff0f44;
    --background-modifier-cover: rgba(0, 0, 0, 0.6);
    --text-accent: hsl(152, 39%, 51%);
    --text-accent1: #61d29d;
    --text-accent2: #00ddff;
    --text-accent-hover: hsl(152, 69%, 61%);
  
    --text-normal: #dedede;
    --text-muted: #bbb;
    --text-error: #e16d76;
    --text-error-hover: #c9626a;
    --text-highlight-bg: rgba(190, 30, 150, 0.7);
    --text-selection: rgba(0, 122, 255, 0.2);
    --text-on-accent: #dcddde;
    --interactive-normal: #20242b;
    --interactive-hover: #353b47;
    --interactive-accent: #4c78cc;
    --interactive-accent-rgb: 76, 120, 204;
    --interactive-accent-hover: #5082df;
    --scrollbar-active-thumb-bg: rgba(255, 255, 255, 0.2);
    --scrollbar-bg: rgba(255, 255, 255, 0.05);
    --scrollbar-thumb-bg: rgba(255, 255, 255, 0.1);
    --panel-border-color: #18191e;
  
    --gray-1: #5C6370;
    --red: #ff0f44;
    --peach: #ff5555;
    --aqua: #078480;
    --purple: #8c44aa;
    --blue: #61afef;
    --green: #15df6b;
    --orange: #ffc83f;
    --magenta: #ff2857;
    --altblue: #0087ff;
    --cyan: #00b0ff;
    --yellow: #fccd11;
    --light-orange: #ff693f;
    --lime: #b2f711;
    --aquadark: #0b4c5e;
    --lila: #c90481;
    --green-light: #42accd;
  
  
    --text-title-h1: #289aff;
    --text-title-h2: #00f56a;
    --text-title-h3: #0af7ff;
    --text-title-h4: #F9F871;
    --text-title-h5: #ff5757;
    --text-title-h6: #ff3cd5;
  
    --font-weight-title: 600;
    --font-monospace: "Consolas", "Fira Code", "Source Code Pro", "Droid Sans Mono", "Monoid", "Arial", sans-serif;
    --line-height-headers: 1;
    --file-line-width: 2000px;
  
  
    --search-match-color: #ffff00;
    --search-other-match-color: #ff9632;
  
  }
  

  
  /* search */
  
  .search-result-file-matched-text {
    color: #0d1117;
    background-color: #ffff00;
    box-shadow: none;
  }
  
  
  
  .cm-s-obsidian span.obsidian-search-match-highlight {
    background-color: #ffff00;
    box-shadow: none;
    color: #0d1117;
  }
  
  .obsidian-search-match-highlight * {
    color: #383838 !important;
  }
  
  .markdown-rendered .search-highlight>div {
    opacity: 1;
    box-shadow: 0px 0.20em 0px 0  #ff9632;
  
  }
  
  .markdown-rendered .search-highlight>div.is-active {
    box-shadow: 0px 0.20em 0px 0 var(--search-match-color);
  }
  
  
  
  .search-result-file-title {
    color: var(--blue);
  }
  
  
  
  
  
  
  
  /* headings preview-view */
  
  .markdown-preview-view h1 {
    font-family: var(--font-family-preview);
    font-weight: var(--font-weight-title);
    color: var(--text-title-h1);
    margin-top: 0px;
    line-height: var(--line-height-headers);
  
  
  }
  
  .markdown-preview-view h2 {
    font-family: var(--font-family-preview);
    font-weight: var(--font-weight-title);
    color: var(--text-title-h2);
    line-height: var(--line-height-headers);
  
  }
  
  .markdown-preview-view h3 {
    font-family: var(--font-family-preview);
    font-weight: var(--font-weight-title);
    color: var(--text-title-h3);
    line-height: var(--line-height-headers);
  
  }
  
  .markdown-preview-view h4 {
    font-family: var(--font-family-preview);
    font-weight: var(--font-weight-title);
    color: var(--text-title-h4);
    line-height: var(--line-height-headers);
  
  }
  
  .markdown-preview-view h5 {
    font-family: var(--font-family-preview);
    font-weight: var(--font-weight-title);
    color: var(--text-title-h5);
    line-height: var(--line-height-headers);
  
  }
  
  .markdown-preview-view h6 {
    font-family: var(--font-family-preview);
    font-weight: var(--font-weight-title);
    color: var(--text-title-h6);
    line-height: var(--line-height-headers);
  
  }
  
  
  
  /* headings-editor */
  .cm-header-1 {
    font-family: var(--font-family-editor);
    font-weight: var(--font-weight-title) !important;
    color: var(--text-title-h1);
    line-height: var(--line-height-headers);
  
  }
  
  .cm-header-2 {
    font-family: var(--font-family-editor);
    font-weight: var(--font-weight-title) !important;
    color: var(--text-title-h2);
    line-height: var(--line-height-headers);
  
  }
  
  .cm-header-3 {
    font-family: var(--font-family-editor);
    font-weight: var(--font-weight-title) !important;
    color: var(--text-title-h3);
    line-height: var(--line-height-headers);
  
  }
  
  .cm-header-4 {
    font-family: var(--font-family-editor);
    font-weight: var(--font-weight-title) !important;
    color: var(--text-title-h4);
    line-height: var(--line-height-headers);
  
  }
  
  
  .cm-header-5 {
    font-family: var(--font-family-editor);
    font-weight: var(--font-weight-title) !important;
    color: var(--text-title-h5);
    line-height: var(--line-height-headers);
  
  }
  
  .cm-header-6 {
    font-family: var(--font-family-editor);
    font-weight: var(--font-weight-title) !important;
    color: var(--text-title-h6);
    line-height: var(--line-height-headers);
  
  }
  
  
  
  
  
  
  
  
  
  /* links */
  a,
  .markdown-preview-view .internal-link {
    text-decoration: none;
  }
  
  a:hover,
  .markdown-preview-view .internal-link:hover {
    text-decoration: underline;
  }
  
  /* status bar */
  
  .status-bar, .side-dock.mod-right, .side-dock.mod-left {
    border-color: var(--panel-border-color);
    border-width: 1px;
  }
  
  .status-bar {
    --bar-vertical-padding: 4px;
    --bar-height: calc(22px + (var(--bar-vertical-padding) * 2));
    line-height: 20px;
    padding: 0 20px;
    height: var(--bar-height);
    max-height: var(--bar-height);
    min-height: var(--bar-height);
    overflow: hidden;
  }
  
  .status-bar-item {
    margin: auto 0;
  }
  
  .status-bar-item>* {
    padding-top: var(--bar-vertical-padding) !important;
    padding-bottom: var(--bar-vertical-padding) !important;
  }
  
  
  
  /* code block */
  
  /* Code blocks */
  pre[class*="language-"] {
    overflow: hidden;
  }
  
  code[class*="language-"] {
    display: block;
    padding: 0em;
    overflow: auto;
  }
  
  .markdown-preview-view pre {
    padding: 12px 12px;
  }
  
  /*
  .theme-dark :not(pre) > code[class*="language-"], .theme-dark pre[class*="language-"] {
      margin-top: -0.5em;
      margin-bottom: -0.5em;
  }
  */
  /* width of content editor */
  .markdown-source-view.mod-cm6.is-readable-line-width:not(.is-rtl) .cm-contentContainer {
    max-width: 1000px;
    /*  margin-right: auto; */
  }
  
  .markdown-source-view.mod-cm6.is-line-wrap.is-readable-line-width .cm-content {
    max-width: 1000px;
  }
  
  .markdown-source-view.mod-cm6.is-line-wrap.is-readable-line-width .cm-line:not(.HyperMD-table-row) {
    max-width: 1000px;
  }
  
  
  /* width of content preview-view */
  .markdown-preview-view.is-readable-line-width .markdown-preview-sizer {
    max-width: 1000px;
    /*     margin-left: auto; */
    /*    margin-right: auto; */
  }
  
  .markdown-source-view.is-readable-line-width .CodeMirror {
    max-width: 1000px;
  }
  
  
  
  
  
  
  /* #tag */
  a.tag {
    color: #58a6ff;
  }
  
  .cm-s-obsidian span.cm-hashtag {
    color: #58a6ff;
    text-decoration: underline;
  }
  
  
  
  /* Blockquotes */
  
  .markdown-preview-view blockquote {
    border: solid var(--green-light);
    ;
    border-width: 0px 0px 0px 3px;
    // background-color: #121212;
    color: var(--green-light);
    font-style: italic;
  }
  
  .cm-s-obsidian span.cm-quote {
    color: var(--green-light);
    font-style: italic;
  
  }
  
  .markdown-source-view.mod-cm6.is-live-preview .HyperMD-quote {
    border: solid var(--green-light);
    ;
    border-width: 0px 0px 0px 3px;
    background-color: var(--background-primary);
  }
  
  /* little change */
  
  .cm-s-obsidian span.cm-inline-code, code {
    color: var(--cyan);
  }
  
  .cm-s-obsidian span.cm-formatting-link {
    color: var(--cyan);
  }
  
  .cm-line {
    line-height: 1.5em;
  }
  
  
  .cm-s-obsidian .HyperMD-codeblock {
    line-height: 1.4;
  }
  
  .nav-file-title, .nav-folder-title {
    font-size: 15px;
  }
  
  .nav-file-title, .nav-folder-title {
    color: #757e8a;
  }
  
  span.cm-strong {
    /* text-decoration: solid underline red 3px; */
    font-weight: 600 !important;
    color: #fff;
  
  }
  
  strong {
    /* text-decoration: solid underline red 3px; */
    font-weight: 600 !important;
    color: #fff;
  }
  
  
  .footnotes p {
    margin: 0;
  }
  
  .frontmatter-container .tag, .frontmatter-container .frontmatter-alias {
    margin: 0;
  }
  
  
  .markdown-rendered code {
    color: var(--cyan);
  }
  
  
  
  
  body:not(.is-grabbing) .nav-file-title:hover,
  body:not(.is-grabbing) .nav-folder-title:hover {
    outline: 1px solid rgb(29, 141, 132);
  
  }
  
  body:not(.is-grabbing) .nav-file-title.is-selected:hover {
    background-color: var(--nav-item-background-active);
  }
  
  div[data-path='0attachments'],
  div[data-path='0attachments']+div.nav-folder-children {
    display: none;
  }
  
  
  .nav-file-title.is-selected {
    background-color: var(--nav-item-background-active);
  }
  
  .nav-file-title.is-selected:hover {
    background-color: red;
  }
  
 #zoom-in 
    
  .collapse-icon svg.svg-icon,
  .is-collapsed .collapse-icon svg.svg-icon {
    color: var(--blue);
  
  }

.markdown-preview-view img {
	cursor:zoom-in;}

.markdown-preview-view img:active {
	cursor:zoom-out;
	display:block;
	z-index:100;
	position:fixed;
    max-height:100%;
    max-width:100%;
    height:100%;
    width:100%;
    object-fit: contain;
    margin:0 auto;
    text-align:center;
    top: 50%;
  	transform: translateY(-50%);
    padding:0;
    left:0;
    right:0;
    bottom:0;
    background:var(--background-primary);}

#linkstyle

.theme-light {
  /* 外部链接 ()[] */
  --external-link: #ff9f31;
  /* 内部链接 [[]] */
  --internal-link: #169299;
}
.theme-dark {
  --external-link: #ff9f31dd;
  --internal-link: #8aadf4dd;   
}
.is-live-preview .cm-line:not(.cm-active) .cm-hmd-internal-link,
.markdown-preview-view .internal-link,
.is-live-preview .cm-line:not(.cm-active) .cm-link,
.markdown-preview-view .external-link {
  border-radius: 4px;
  padding: 0 2px;
  border: 0px solid var(--c);
  box-sizing: border-box;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2705882353), -0.5px -0.5px 3px rgba(255, 255, 255, 0.2705882353);
  background: conic-gradient(from -135deg at 100% 50%, var(--c) 90deg, rgba(0, 0, 0, 0) 0) -2px var(--p, 1%)/var(--s, 0%) 200% no-repeat, conic-gradient(from -135deg at 1.2em 50%, rgba(0, 0, 0, 0) 90deg, var(--c) 0) calc(100% + 2px) var(--p, 1%)/var(--s, 0%) 200% no-repeat !important;
  transition: 0.3s ease-in-out, background-position 0s, padding 0s, border-radius 0s, border 0s;
}
.is-live-preview .cm-line:not(.cm-active) .cm-hmd-internal-link:hover,
.markdown-preview-view .internal-link:hover,
.is-live-preview .cm-line:not(.cm-active) .cm-link:hover,
.markdown-preview-view .external-link:hover {
  --p: 96%;
  --s: calc(50% + 0.9em);
  color: var(--background-primary) !important;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2705882353), -2px -2px 6px rgba(255, 255, 255, 0.2705882353);
}

.cm-link,
.external-link {
  color: var(--external-link) !important;
}
.cm-link,
.cm-link .cm-underline,
.external-link,
.external-link .cm-underline {
  text-decoration: none !important;
}

span.external-link {
  display: none !important;
}

.is-live-preview .cm-line:not(.cm-active) .cm-link,
.markdown-preview-view .external-link {
  --c: var(--external-link);
}

.cm-url,
.cm-hmd-internal-link,
.internal-link {
  color: var(--internal-link) !important;
}
.cm-url,
.cm-url .cm-underline,
.cm-hmd-internal-link,
.cm-hmd-internal-link .cm-underline,
.internal-link,
.internal-link .cm-underline {
  text-decoration: none !important;
}

.internal-link {
  padding: 0 4px;
}

.is-live-preview .cm-line:not(.cm-active) .cm-hmd-internal-link,
.markdown-preview-view .internal-link {
  --c: var(--internal-link);
}
.cm-formatting-link,
.cm-formatting-link-string,
.cm-formatting-image {
  font-weight: 700;
  margin: 0 2px;
  border: none !important;
  box-shadow: none !important;
}
.cm-formatting-link ~ .cm-hmd-internal-link, 
.cm-formatting-link + .cm-link,
.cm-formatting-link-string ~ .cm-hmd-internal-link,
.cm-formatting-link-string + .cm-link,
.cm-formatting-image + .cm-hmd-internal-link,
.cm-formatting-image + .cm-link {
  box-shadow: none !important;
  border: none !important;
  background-color: transparent !important;
}

#表格着色
.markdown-rendered table {
    margin-left: auto;
    margin-right: auto;
}

#dashboard
/* Updated 2022-02-28 */

.dashboard {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 20px !important;
}

.dashboard .markdown-preview-section {
    max-width: 100%;
}

/* Title at top of the document */
.dashboard .markdown-preview-section .title {
    top: 60px;
    position: absolute;
    font-size: 26pt !important;
    font-weight: bolder;
    letter-spacing: 8px;
}

.dashboard h1 {
    border-bottom-style: dotted !important;
    border-width: 1px !important;
    padding-bottom: 3px !important;
}

.dashboard div > ul {
    list-style: none;
    display: flex;
    column-gap: 50px;
    flex-flow: row wrap;
}

.dashboard div > ul > li {
    min-width: 250px;
    width: 15%;
}

#Readable line length

#/* 
Optional css that can be added to make dashboards use wide margin 
if "Readable line length" is enabled in Editor
 
Updated 2022-02-28
*/

 .dashboard .markdown-preview-section {
    width: 100% !important;
    max-width: 100% !important;
 }


#表格置中

.center-table table {
    margin-left: auto;
    margin-right: auto
}

/* 一级标题居中 */

.markdown-preview-section h1 {

    text-align: center;

}

.markdown-preview-section h2 {

    text-align: center;

}

/* Color odd and even rows */
.markdown-rendered th {
      background-color: var(--background-secondary-alt);
}
.markdown-rendered tr:nth-child(odd) {
      background-color: var(--background-primary);
}
.markdown-rendered tr:nth-child(even) {
      background-color: var(--background-secondary);

# readlinelength
/* 
Optional css that can be added to make dashboards use wide margin 
if "Readable line length" is enabled in Editor
 
Updated 2022-02-28
*/

 .dashboard .markdown-preview-section {
    width: 100% !important;
    max-width: 100% !important;
 }

# mutools
/* 
==========================
======= mytools=======
==========================
*/
  
/*增加左右栏字体大小*/

body {
    --font-ui-smaller: 13px;
    --font-ui-small: 13.8px;
    --font-ui-medium: 15px;
}


/*预览模式减少文档左右上下的空白*/

.markdown-preview-view.mytools
{
  padding: 0px 0px 0px 0px;
  
}

.markdown-preview-view.mytools .markdown-preview-section
{
  padding: 0!important;
}


/*减少ad标签的左右空白*/
.markdown-preview-view.mytools .admonition {
    margin: 0;
}
.markdown-preview-view.mytools .admonition .admonition-content {
  margin: 0px 5px;
}

.markdown-preview-view.mytools .admonition-title-markdown {
  font-size: initial;
}

/*边栏工作区文档图标自定义*/
.workspace-tab-header[aria-label="常用工具"]
.workspace-tab-header-inner-icon
> svg{
  display: none;
}

.workspace-tab-header.is-active[aria-label="常用工具"]
.workspace-tab-header-inner-icon:before{
  content: " ";
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  background-color: #7794d1;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg t="1641997260368" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4276" ><path d="M940.3 755.9L735.4 551.2C695 510.9 634.6 503 585.9 526.9L399.4 340.6V232l-224-167.8-112 111.9 168 223.8h108.7l186.5 186.3c-23.8 48.6-16.1 108.9 24.3 149.3l204.9 204.7c25.5 25.5 66.8 25.5 92.2 0l92.2-92.1c25.5-25.6 25.5-66.8 0.1-92.2zM643.9 457.5c49.5 0 96.1 19.2 131.1 54.2l33.9 33.9c27.6-12.1 53.9-28.8 76.6-51.6 64.9-64.9 87-156.1 66.3-239-3.8-15.7-23.6-21.2-35.2-9.6L786.5 375.6l-118.8-19.8-19.8-118.7L778.1 107c11.5-11.5 5.9-31.3-10-35.3-82.9-20.5-174.3 1.6-239 66.3-49.9 49.8-73.3 115.5-72.1 181.1l143.7 143.5c14.1-3.3 28.8-5.1 43.2-5.1zM462 600.9l-99.2-99.1L96.1 768.4c-43.7 43.7-43.7 114.5 0 158.2s114.6 43.7 158.4 0l216.3-216.1c-13.3-34.8-17.3-72.7-8.8-109.6zM175.4 889.3c-23.1 0-42-18.9-42-42 0-23.2 18.7-42 42-42s42 18.7 42 42c0 23.1-18.7 42-42 42z" p-id="4277"></path></svg>');   
}
.workspace-tab-header[aria-label="常用工具"]
.workspace-tab-header-inner-icon::before{
  content: " ";
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  background-color: #7d84a0;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg t="1641997260368" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4276" ><path d="M940.3 755.9L735.4 551.2C695 510.9 634.6 503 585.9 526.9L399.4 340.6V232l-224-167.8-112 111.9 168 223.8h108.7l186.5 186.3c-23.8 48.6-16.1 108.9 24.3 149.3l204.9 204.7c25.5 25.5 66.8 25.5 92.2 0l92.2-92.1c25.5-25.6 25.5-66.8 0.1-92.2zM643.9 457.5c49.5 0 96.1 19.2 131.1 54.2l33.9 33.9c27.6-12.1 53.9-28.8 76.6-51.6 64.9-64.9 87-156.1 66.3-239-3.8-15.7-23.6-21.2-35.2-9.6L786.5 375.6l-118.8-19.8-19.8-118.7L778.1 107c11.5-11.5 5.9-31.3-10-35.3-82.9-20.5-174.3 1.6-239 66.3-49.9 49.8-73.3 115.5-72.1 181.1l143.7 143.5c14.1-3.3 28.8-5.1 43.2-5.1zM462 600.9l-99.2-99.1L96.1 768.4c-43.7 43.7-43.7 114.5 0 158.2s114.6 43.7 158.4 0l216.3-216.1c-13.3-34.8-17.3-72.7-8.8-109.6zM175.4 889.3c-23.1 0-42-18.9-42-42 0-23.2 18.7-42 42-42s42 18.7 42 42c0 23.1-18.7 42-42 42z" p-id="4277"></path></svg>');   
}

.workspace-tab-header[aria-label="彩色时钟"]
.workspace-tab-header-inner-icon
> svg{
  display: none;
}

.workspace-tab-header.is-active[aria-label="彩色时钟"]
.workspace-tab-header-inner-icon:before{
  content: " ";
  display: inline-block;
  width: 1.04em;
  height: 1.04em;
  background-color: #7794d1;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="icon-clock"  viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" ><path d="M20.586 23.414l-6.586-6.586v-8.828h4v7.172l5.414 5.414zM16 0c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zM16 28c-6.627 0-12-5.373-12-12s5.373-12 12-12c6.627 0 12 5.373 12 12s-5.373 12-12 12z"></path></svg>');   
}
.workspace-tab-header[aria-label="彩色时钟"]
.workspace-tab-header-inner-icon::before{
  content: " ";
  display: inline-block;
  width: 1.04em;
  height: 1.04em;
  background-color: #7d84a0;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="icon-clock"  viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" ><path d="M20.586 23.414l-6.586-6.586v-8.828h4v7.172l5.414 5.414zM16 0c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zM16 28c-6.627 0-12-5.373-12-12s5.373-12 12-12c6.627 0 12 5.373 12 12s-5.373 12-12 12z"></path></svg>');   
}

.workspace-tab-header[aria-label="明亮时钟"]
.workspace-tab-header-inner-icon
> svg{
  display: none;
}

.workspace-tab-header.is-active[aria-label="明亮时钟"]
.workspace-tab-header-inner-icon:before{
  content: " ";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: var(--text-folder-file-icon);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg t="1642770162211" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="16157" ><path d="M512 62C263.5 62 62 263.5 62 512s201.5 450 450 450 450-201.5 450-450S760.5 62 512 62z m307.6 492.3c-3.2 3.3-7.5 5.1-12 5.1h-301c-4.7 0-9.1-1.8-12.4-5.1-3.3-3.4-5.2-7.8-5.2-12.4V278.7c0-4.9 1.7-9 5.1-12.4 3.3-3.2 7.7-5.1 12.4-5.1 4.9 0 9.1 1.7 12.4 5.1 3.2 3.3 5.1 7.7 5.1 12.4v245.6h283.2c4.6 0 9 1.9 12.4 5.2 3.3 3.4 5.2 7.8 5.2 12.4-0.1 4.7-1.9 9.1-5.2 12.4z" p-id="16158"></path></svg>');   
}
.workspace-tab-header[aria-label="明亮时钟"]
.workspace-tab-header-inner-icon::before{
  content: " ";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: var(--text-normal);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg t="1642770162211" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="16157" ><path d="M512 62C263.5 62 62 263.5 62 512s201.5 450 450 450 450-201.5 450-450S760.5 62 512 62z m307.6 492.3c-3.2 3.3-7.5 5.1-12 5.1h-301c-4.7 0-9.1-1.8-12.4-5.1-3.3-3.4-5.2-7.8-5.2-12.4V278.7c0-4.9 1.7-9 5.1-12.4 3.3-3.2 7.7-5.1 12.4-5.1 4.9 0 9.1 1.7 12.4 5.1 3.2 3.3 5.1 7.7 5.1 12.4v245.6h283.2c4.6 0 9 1.9 12.4 5.2 3.3 3.4 5.2 7.8 5.2 12.4-0.1 4.7-1.9 9.1-5.2 12.4z" p-id="16158"></path></svg>');   
}

.markdown-preview-view.mytools .embedded-backlinks
{
  display: none;
}


/* Dashboard */

/*边栏工作区文档图标自定义*/
.workspace-tab-header[aria-label="导航"]
.workspace-tab-header-inner-icon
> svg{
  display: none;
}

.workspace-tab-header.is-active[aria-label="导航"]
.workspace-tab-header-inner-icon:before{
  content: " ";
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  background-color: #7794d1;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 365.033 365.033"><g>	<g>		<path d="M182.517,0C81.877,0,0,81.877,0,182.518c0,100.64,81.877,182.516,182.517,182.516			c100.639,0,182.516-81.876,182.516-182.516C365.033,81.877,283.156,0,182.517,0z M195.018,339.539v-17.225			c0-6.902-5.598-12.5-12.5-12.5s-12.5,5.598-12.5,12.5v17.225c-76.908-6.068-138.454-67.613-144.521-144.521h17.223			c6.903,0,12.5-5.598,12.5-12.5c0-6.903-5.597-12.5-12.5-12.5H25.496C31.563,93.109,93.109,31.563,170.017,25.496v17.223			c0,6.903,5.597,12.5,12.5,12.5s12.5-5.597,12.5-12.5V25.496c76.908,6.067,138.453,67.613,144.521,144.521h-17.225			c-6.902,0-12.5,5.597-12.5,12.5c0,6.902,5.598,12.5,12.5,12.5h17.225C333.471,271.926,271.926,333.471,195.018,339.539z"/>		<path d="M217.753,187.658c1.556-10.749-1.794-22.077-10.047-30.331c-6.729-6.729-15.674-10.434-25.189-10.434			c-1.743,0-3.467,0.127-5.161,0.372l-53.493-40.926c-4.979-3.809-12.005-3.341-16.435,1.089			c-4.431,4.431-4.896,11.457-1.089,16.435l40.941,53.514c-1.555,10.749,1.794,22.077,10.047,30.331			c6.729,6.729,15.674,10.435,25.189,10.435c1.744,0,3.466-0.127,5.162-0.373l53.492,40.926c2.256,1.726,4.93,2.572,7.592,2.572			c3.219,0,6.42-1.236,8.844-3.66c4.43-4.432,4.896-11.457,1.088-16.436L217.753,187.658z"/>	</g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');   
}

.workspace-tab-header[aria-label="导航"]
.workspace-tab-header-inner-icon::before{
  content: " ";
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  background-color: #7d84a0;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 365.033 365.033"><g>	<g>		<path d="M182.517,0C81.877,0,0,81.877,0,182.518c0,100.64,81.877,182.516,182.517,182.516			c100.639,0,182.516-81.876,182.516-182.516C365.033,81.877,283.156,0,182.517,0z M195.018,339.539v-17.225			c0-6.902-5.598-12.5-12.5-12.5s-12.5,5.598-12.5,12.5v17.225c-76.908-6.068-138.454-67.613-144.521-144.521h17.223			c6.903,0,12.5-5.598,12.5-12.5c0-6.903-5.597-12.5-12.5-12.5H25.496C31.563,93.109,93.109,31.563,170.017,25.496v17.223			c0,6.903,5.597,12.5,12.5,12.5s12.5-5.597,12.5-12.5V25.496c76.908,6.067,138.453,67.613,144.521,144.521h-17.225			c-6.902,0-12.5,5.597-12.5,12.5c0,6.902,5.598,12.5,12.5,12.5h17.225C333.471,271.926,271.926,333.471,195.018,339.539z"/>		<path d="M217.753,187.658c1.556-10.749-1.794-22.077-10.047-30.331c-6.729-6.729-15.674-10.434-25.189-10.434			c-1.743,0-3.467,0.127-5.161,0.372l-53.493-40.926c-4.979-3.809-12.005-3.341-16.435,1.089			c-4.431,4.431-4.896,11.457-1.089,16.435l40.941,53.514c-1.555,10.749,1.794,22.077,10.047,30.331			c6.729,6.729,15.674,10.435,25.189,10.435c1.744,0,3.466-0.127,5.162-0.373l53.492,40.926c2.256,1.726,4.93,2.572,7.592,2.572			c3.219,0,6.42-1.236,8.844-3.66c4.43-4.432,4.896-11.457,1.088-16.436L217.753,187.658z"/>	</g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');   
}


# image-preview
.markdown-preview-view img { 
  max-width: 100%;
}

# image-center
img[alt*="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
