|
62 | 62 | } |
63 | 63 |
|
64 | 64 | :root { |
65 | | - --md-admonition-icon--online-resources: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M320 32c-8.1 0-16.1 1.4-23.7 4.1L15.8 137.4C6.3 140.9 0 149.9 0 160s6.3 19.1 15.8 22.6l57.9 20.9C57.3 229.3 48 259.8 48 291.9l0 28.1c0 28.4-10.8 57.7-22.3 80.8c-6.5 13-13.9 25.8-22.5 37.6C0 442.7-.9 448.3 .9 453.4s6 8.9 11.2 10.2l64 16c4.2 1.1 8.7 .3 12.4-2s6.3-6.1 7.1-10.4c8.6-42.8 4.3-81.2-2.1-108.7C90.3 344.3 86 329.8 80 316.5l0-24.6c0-30.2 10.2-58.7 27.9-81.5c12.9-15.5 29.6-28 49.2-35.7l157-61.7c8.2-3.2 17.5 .8 20.7 9s-.8 17.5-9 20.7l-157 61.7c-12.4 4.9-23.3 12.4-32.2 21.6l159.6 57.6c7.6 2.7 15.6 4.1 23.7 4.1s16.1-1.4 23.7-4.1L624.2 182.6c9.5-3.4 15.8-12.5 15.8-22.6s-6.3-19.1-15.8-22.6L343.7 36.1C336.1 33.4 328.1 32 320 32zM128 408c0 35.3 86 72 192 72s192-36.7 192-72L496.7 262.6 354.5 314c-11.1 4-22.8 6-34.5 6s-23.5-2-34.5-6L143.3 262.6 128 408z"/></svg>') |
| 65 | + --md-admonition-icon--grokking: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M320 32c-8.1 0-16.1 1.4-23.7 4.1L15.8 137.4C6.3 140.9 0 149.9 0 160s6.3 19.1 15.8 22.6l57.9 20.9C57.3 229.3 48 259.8 48 291.9l0 28.1c0 28.4-10.8 57.7-22.3 80.8c-6.5 13-13.9 25.8-22.5 37.6C0 442.7-.9 448.3 .9 453.4s6 8.9 11.2 10.2l64 16c4.2 1.1 8.7 .3 12.4-2s6.3-6.1 7.1-10.4c8.6-42.8 4.3-81.2-2.1-108.7C90.3 344.3 86 329.8 80 316.5l0-24.6c0-30.2 10.2-58.7 27.9-81.5c12.9-15.5 29.6-28 49.2-35.7l157-61.7c8.2-3.2 17.5 .8 20.7 9s-.8 17.5-9 20.7l-157 61.7c-12.4 4.9-23.3 12.4-32.2 21.6l159.6 57.6c7.6 2.7 15.6 4.1 23.7 4.1s16.1-1.4 23.7-4.1L624.2 182.6c9.5-3.4 15.8-12.5 15.8-22.6s-6.3-19.1-15.8-22.6L343.7 36.1C336.1 33.4 328.1 32 320 32zM128 408c0 35.3 86 72 192 72s192-36.7 192-72L496.7 262.6 354.5 314c-11.1 4-22.8 6-34.5 6s-23.5-2-34.5-6L143.3 262.6 128 408z"/></svg>') |
66 | 66 | } |
67 | 67 |
|
68 | | -.md-typeset .admonition.online-resources, |
69 | | -.md-typeset details.online-resources { |
| 68 | +.md-typeset .admonition.grokking, |
| 69 | +.md-typeset details.grokking { |
70 | 70 | border-color: rgb(43, 155, 70); |
71 | 71 | } |
72 | 72 |
|
73 | | -.md-typeset .online-resources>.admonition-title, |
74 | | -.md-typeset .online-resources>summary { |
| 73 | +.md-typeset .grokking>.admonition-title, |
| 74 | +.md-typeset .grokking>summary { |
75 | 75 | background-color: rgba(43, 155, 70, 0.1); |
76 | 76 | } |
77 | 77 |
|
78 | | -.md-typeset .online-resources>.admonition-title::before, |
79 | | -.md-typeset .online-resources>summary::before { |
| 78 | +.md-typeset .grokking>.admonition-title::before, |
| 79 | +.md-typeset .grokking>summary::before { |
80 | 80 | background-color: rgb(43, 155, 70); |
81 | | - -webkit-mask-image: var(--md-admonition-icon--online-resources); |
82 | | - mask-image: var(--md-admonition-icon--online-resources); |
| 81 | + -webkit-mask-image: var(--md-admonition-icon--grokking); |
| 82 | + mask-image: var(--md-admonition-icon--grokking); |
83 | 83 | } |
84 | 84 |
|
85 | 85 |
|
|
0 commit comments