mirror of
https://github.com/evlic/typora_theme.git
synced 2024-11-24 15:12:11 +08:00
[fix] notion color
This commit is contained in:
parent
391ed45fc8
commit
c0ee9c8ea7
@ -61,7 +61,7 @@
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
body {
|
||||
@ -323,7 +323,7 @@ h3.md-focus:before, h4.md-focus:before, h5.md-focus:before, h6.md-focus:before {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
font-size: 1.8rem;
|
||||
text-align: center;
|
||||
margin-top: 0;
|
||||
}
|
||||
@ -354,7 +354,7 @@ h4 {
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 1rem;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
h6 {
|
||||
@ -559,7 +559,7 @@ kbd {
|
||||
|
||||
@media print {
|
||||
html {
|
||||
font-size: 12px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
table,
|
||||
|
BIN
haru/Cascadia-Code-Regular-2.ttf
Normal file
BIN
haru/Cascadia-Code-Regular-2.ttf
Normal file
Binary file not shown.
BIN
haru/GlowSansSC-Normal-Book.woff2
Normal file
BIN
haru/GlowSansSC-Normal-Book.woff2
Normal file
Binary file not shown.
BIN
haru/Open-Sans-2.ttf
Normal file
BIN
haru/Open-Sans-2.ttf
Normal file
Binary file not shown.
BIN
haru/RobotoSlab-Regular-2.ttf
Normal file
BIN
haru/RobotoSlab-Regular-2.ttf
Normal file
Binary file not shown.
@ -17,7 +17,7 @@
|
||||
--code-color: #9a6e3a;
|
||||
--border-radius: 4px;
|
||||
--font-size: 16px;
|
||||
--font-family: 'PingFang SC',-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
--font-family: 'PingFangSC-Medium',-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
--monospace: 'JetBrains NF','SF Mono Medium', 'Fira Code', 'Cousine', 'Consolas', monospace;
|
||||
--heading-char-color: var(--light-trait-400);
|
||||
--color-popover-bg-color: var(--text-color);
|
||||
|
@ -16,7 +16,7 @@
|
||||
--code-color: #202020;
|
||||
--border-radius: 4px;
|
||||
--font-size: 16px;
|
||||
--font-family: 'PingFang SC',-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
--font-family: 'PingFangSC-Medium',-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
--monospace: 'JetBrains NF','SF Mono Medium', 'Fira Code', 'Cousine', 'Consolas', monospace;
|
||||
--heading-char-color: var(--light-trait-400);
|
||||
--color-popover-bg-color: var(--text-color);
|
||||
|
@ -17,7 +17,7 @@
|
||||
--code-color: #9a6e3a;
|
||||
--border-radius: 4px;
|
||||
--font-size: 16px;
|
||||
--font-family: 'PingFang SC',-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
--font-family: 'PingFangSC-Medium',-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
--monospace: 'JetBrains NF','SF Mono Medium', 'Fira Code', 'Cousine', 'Consolas', monospace;
|
||||
--heading-char-color: var(--light-trait-400);
|
||||
--color-popover-bg-color: var(--text-color);
|
||||
@ -528,7 +528,7 @@ pre.CodeMirror-line {
|
||||
}
|
||||
|
||||
.cm-keyword {
|
||||
color: #0277aa !important
|
||||
color: #0077aa !important
|
||||
}
|
||||
|
||||
.cm-tag {
|
||||
@ -536,7 +536,7 @@ pre.CodeMirror-line {
|
||||
}
|
||||
|
||||
.cm-variable-3 {
|
||||
color: #48ff00!important;
|
||||
color: #669900!important;
|
||||
}
|
||||
|
||||
.cm-bracket, .cm-error {
|
||||
@ -544,11 +544,11 @@ pre.CodeMirror-line {
|
||||
}
|
||||
|
||||
.cm-attribute {
|
||||
color: #0277aa!important;
|
||||
color: #0077aa!important;
|
||||
}
|
||||
|
||||
.cm-def {
|
||||
color: #dc4a68!important;
|
||||
color: #dd4a68!important;
|
||||
}
|
||||
|
||||
.cm-comment {
|
||||
|
Loading…
Reference in New Issue
Block a user