|
3 | 3 | --md-tasklist-icon: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 2v14H5V5h14z"/></svg>');
|
4 | 4 | --md-tasklist-icon--checked: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 17-5-5 1.41-1.42L10 14.17l7.59-7.59L19 8m0-5H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z"/></svg>');
|
5 | 5 | --md-code-fg-color: orangered;
|
| 6 | + --md-typeset-a-color: orangered; |
6 | 7 | --md-code-bg-color: black;
|
7 | 8 | --md-admonition-icon--tip: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.45 4.73L5.82 21 12 17.27z"></path></svg>');
|
8 | 9 | --md-admonition-icon--tag: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.41 11.58-9-9A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .59 1.42l9 9A2 2 0 0 0 13 22a2 2 0 0 0 1.41-.59l7-7A2 2 0 0 0 22 13a2 2 0 0 0-.59-1.42M13 20l-9-9V4h7l9 9M6.5 5A1.5 1.5 0 1 1 5 6.5 1.5 1.5 0 0 1 6.5 5z"></path></svg>')
|
|
26 | 27 | width: 2.2rem;
|
27 | 28 | }
|
28 | 29 | }
|
| 30 | +/* clipboard */ |
| 31 | +.md-clipboard:not(.focus-visible) { |
| 32 | + color: greenyellow; |
| 33 | + } |
| 34 | +:hover>.md-clipboard { |
| 35 | +color: yellow; |
| 36 | +} |
| 37 | +.md-clipboard:focus, |
| 38 | +.md-clipboard:hover { |
| 39 | + color:var(--md-accent-fg-color) |
| 40 | +} |
29 | 41 | /* sidebar */
|
30 | 42 | .md-header[data-md-state="hidden"] + .md-container .md-sidebar {
|
31 | 43 | top: 0px !important; /* move up when header is hidden */
|
|
70 | 82 | }
|
71 | 83 | /* headers */
|
72 | 84 | .md-typeset h1 {
|
73 |
| - color: black; |
| 85 | + color: maroon; |
| 86 | + text-align: center; |
74 | 87 | font-size: 2em;
|
75 | 88 | margin: 0 0 0.5em 0;
|
76 | 89 | }
|
77 | 90 | .md-typeset h2 {
|
78 |
| - color: navy; |
| 91 | + color: maroon; |
79 | 92 | font-size: 1.6em;
|
80 | 93 | margin: 1.6em 0 0.5em 0;
|
81 | 94 | padding-bottom: 0.125em;
|
82 |
| - border-bottom: 2px solid navy; |
| 95 | + border-bottom: 2px solid maroon; |
83 | 96 | }
|
84 | 97 | .md-typeset h3 {
|
85 |
| - color: navy; |
| 98 | + color: maroon; |
86 | 99 | font-size: 1.4em;
|
87 | 100 | margin: 1.6em 0 0.5em 0;
|
88 |
| - border-bottom: 1px dashed navy; |
| 101 | + border-bottom: 1px dashed maroon; |
89 | 102 | }
|
90 | 103 | .md-typeset h4 {
|
91 | 104 | color: black;
|
|
131 | 144 | font-weight: normal;
|
132 | 145 | }
|
133 | 146 | .md-typeset pre code {
|
| 147 | + color: greenyellow; |
134 | 148 | white-space: pre-wrap;
|
135 | 149 | word-break: break-word;
|
136 | 150 | font-size: 0.95em;
|
@@ -489,26 +503,26 @@ html .md-typeset :is(.admonition-title,summary):last-child {
|
489 | 503 | color: orangered;
|
490 | 504 | }
|
491 | 505 | #mkdocs-decrypt-form :is(input, button) {
|
492 |
| - border: 1px solid navy; |
| 506 | + border: 1px solid maroon; |
493 | 507 | padding: 0.25em 0.5em;
|
494 | 508 | font-size: revert;
|
495 | 509 | }
|
496 | 510 | #mkdocs-decrypt-form button {
|
497 |
| - background-color: navy; |
| 511 | + background-color: maroon; |
498 | 512 | color: white;
|
499 | 513 | }
|
500 | 514 | /* button */
|
501 | 515 | .md-typeset .md-button {
|
502 | 516 | /* background-color: orangered; */
|
503 |
| - color: navy; |
504 |
| - border: 1px solid navy; |
| 517 | + color: maroon; |
| 518 | + border: 1px solid maroon; |
505 | 519 | padding: 0.125em 0.5em;
|
506 | 520 | font-weight: unset;
|
507 | 521 | font-size: revert;
|
508 | 522 | }
|
509 | 523 | .md-typeset .md-button:hover {
|
510 |
| - background-color: navy; |
511 |
| - border: 1px solid navy; |
| 524 | + background-color: maroon; |
| 525 | + border: 1px solid maroon; |
512 | 526 | color: white;
|
513 | 527 | }
|
514 | 528 | .md-typeset :is(.emojione,.twemoji,.gemoji) {
|
|
0 commit comments