博客
关于我
Obsidian 彩色标题
阅读量:800 次
发布时间:2023-02-22

本文共 2329 字,大约阅读时间需要 7 分钟。

??????????

.theme-dark {    --gray-1: #5C6370;    --gray-2: #abb2bf;    --red: #e06c75;    --red-1: #d05a63;    --orange: #d19a66;    --green: #b6e296;    --darkgreen: #399a58;    --aqua: #56b6c2;    --purple: #c678dd;    --blue: #9dcffc;    --darkblue: #4889df;    --yellow: #e4ba6c;    --light-yellow: #dfda91;    --embed-color: #5c67996c;    --search-result-file-title-color: #96b7e4;    --theme-color: #3187d3;    --theme-color-translucent: #3187d388;    --theme-color-translucent-1: #1982dd2c;    --color-specification: #3ce252;    --background-primary: #2f3136;    --background-primary-alt: #36393f;    --background-secondary: #202225;    --background-secondary-alt: #000000;    --text-normal: #5dbcd2;    --text-faint: #999999;    --text-title-h1: rgb(252, 246, 1, 0.70);    --text-title-h2: rgb(252, 246, 1, 0.5);    --text-title-h3: var(--purple);    --text-title-h4: var(--aqua);    --text-title-h5: #52c1da;    --text-title-h6: #bfbfbf;    --text-link: #99ff99;    --text-a: #d669bc;    --text-a-hover: #b3a14b;    --text-mark: rgb(252, 246, 1, 0.45);    --pre-code: #272524d9;    --text-highlight-bg: rgba(252, 246, 1, 0.4);    --interactive-accent: #c678dd;    --interactive-before: #5e6565;    --background-modifier-border: #595959;    --blockquote-border: #9e8aff;    --text-accent: #319cb4;    --interactive-accent-rgb: #fe8019;    --text-selection: #164f92;    --text-on-accent: #2f3136;}.cm-header-1 {    font-weight: 500;    font-size: 24px;    font-weight: bold;    color: var(--text-title-h1);}.cm-header-2 {    font-weight: 500;    font-size: 20px;    font-weight: bold;    color: var(--text-title-h2);}.cm-header-3 {    font-weight: 500;    font-size: 18px;    font-weight: bold;    color: var(--text-title-h3);}.cm-header-4 {    font-weight: 500;    font-size: 18px;    font-weight: bold;    color: var(--text-title-h4);}.cm-header-5 {    font-weight: 500;    font-size: 16px;    font-weight: bold;    color: var(--text-title-h5);}.cm-header-6 {    font-weight: 500;    font-size: 16px;    font-weight: bold;    color: var(--text-title-h6);}.cm-strong {    color: rgb(179, 153, 255, 0.95);    font-weight: 700;}.cm-em {    color: #b8b894;}.cm-s-obsidian span.cm-hashtag {    color: #d669bc;    text-decoration: underline;}

??????????????CSS?????????????????????????????????????????????????????????????????

转载地址:http://xssfk.baihongyu.com/

你可能感兴趣的文章
Objective-C实现not gate非门算法(附完整源码)
查看>>
Objective-C实现NumberOfIslands岛屿的个数算法(附完整源码)
查看>>
Objective-C实现n皇后问题算法(附完整源码)
查看>>
Objective-C实现OCR文字识别(附完整源码)
查看>>
Objective-C实现PageRank算法(附完整源码)
查看>>
Objective-C实现perfect cube完全立方数算法(附完整源码)
查看>>
Objective-C实现pollard rho大数分解算法(附完整源码)
查看>>
Objective-C实现quick select快速选择算法(附完整源码)
查看>>
Objective-C实现recursive bubble sor递归冒泡排序算法(附完整源码)
查看>>
Objective-C实现RedBlackTree红黑树算法(附完整源码)
查看>>
Objective-C实现redis分布式锁(附完整源码)
查看>>
Objective-C实现reverse letters反向字母算法(附完整源码)
查看>>
Objective-C实现ripple adder涟波加法器算法(附完整源码)
查看>>
Objective-C实现RSA密码算法(附完整源码)
查看>>
Objective-C实现segment tree段树算法(附完整源码)
查看>>
Objective-C实现SinglyLinkedList单链表算法(附完整源码)
查看>>
Objective-C实现Skip List跳表算法(附完整源码)
查看>>
Objective-C实现z-algorithm算法(附完整源码)
查看>>
Objective-C实现三次样条曲线(附完整源码)
查看>>
Objective-C实现串口通讯(附完整源码)
查看>>