[fix] notion color

This commit is contained in:
evlic 2022-06-26 14:29:56 +08:00
parent 391ed45fc8
commit c0ee9c8ea7
10 changed files with 1078 additions and 11 deletions

View File

@ -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,

1067
haru.css Normal file

File diff suppressed because it is too large Load Diff

BIN
haru.zip Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
haru/Open-Sans-2.ttf Normal file

Binary file not shown.

Binary file not shown.

View File

@ -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);

View File

@ -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);

View File

@ -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 {