@gitton-dev/plugin-zenn-markdown 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,132 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Zenn Markdown Preview</title>
7
+ <script type="module" crossorigin src="../../assets/markdown-BoKxcZDn.js"></script>
8
+ </head>
9
+ <body>
10
+ <style>
11
+ body {
12
+ margin: 0;
13
+ font-family: var(--font-base);
14
+ color: var(--c-text-body);
15
+ word-break: break-word;
16
+ word-wrap: break-word;
17
+ background: var(--c-bg-base);
18
+ line-break: strict;
19
+ text-size-adjust: none
20
+ }
21
+ :root[data-theme=dark-blue] {
22
+ color-scheme: dark;
23
+ --c-blue-800: #0656ac;
24
+ --c-blue-900: #05458a;
25
+ --c-blue-1000: #043467;
26
+ --c-dark-blue-800: #09376d;
27
+ --c-dark-blue-900: #0b2c53;
28
+ --c-dark-blue-1000: #162c49;
29
+ --c-dark-blue-1100: #0d223a;
30
+ --c-dark-blue-1200: #081d35;
31
+ --c-dark-gray-900: #344c69;
32
+ --c-dark-gray-1000: #2e445c;
33
+ --c-dark-gray-1100: #1b324a;
34
+ --c-dark-purple-900: #3b384b;
35
+ --c-dark-purple-1000: #312f42;
36
+ --c-red-600: #e05252;
37
+ --c-red-800: #903f3f;
38
+ --c-red-1000: #311818;
39
+ --c-general-primary: var(--c-blue-600);
40
+ --c-general-secondary: #7e44c0;
41
+ --c-general-alert: var(--c-red-600);
42
+ --c-general-like: #f76685;
43
+ --c-button-primary-bg: var(--c-blue-700);
44
+ --c-button-primary-fg: var(--c-blue-200);
45
+ --c-button-primary-hover-bg: var(--c-blue-600);
46
+ --c-button-secondary-bg: var(--c-bg-base);
47
+ --c-button-secondary-fg: var(--c-text-body);
48
+ --c-button-secondary-border: var(--c-neutral-border);
49
+ --c-button-secondary-hover-bg: var(--c-dark-blue-800);
50
+ --c-button-secondary-grayed-bg: var(--c-dark-blue-900);
51
+ --c-button-secondary-grayed-fg: var(--c-text-body);
52
+ --c-button-secondary-grayed-border: var(--c-neutral-border);
53
+ --c-button-secondary-grayed-hover-bg: var(--c-dark-blue-800);
54
+ --c-button-tertiary-fg: var(--c-blue-500);
55
+ --c-button-tertiary-hover-bg: var(--c-dark-blue-800);
56
+ --c-button-quaternary-fg: var(--c-text-body);
57
+ --c-button-quaternary-hover-bg: var(--c-dark-blue-800);
58
+ --c-button-quaternary-disabled-fg: var(--c-text-lower-priority);
59
+ --c-button-danger-bg: var(--c-dark-blue-900);
60
+ --c-button-danger-fg: var(--c-general-alert);
61
+ --c-button-danger-border: var(--c-general-alert);
62
+ --c-button-danger-hover-bg: var(--c-bg-alert);
63
+ --c-button-danger-forcus-border: var(--c-general-alert);
64
+ --c-button-follow-bg: var(--c-dark-blue-900);
65
+ --c-button-follow-fg: var(--c-text-body);
66
+ --c-button-follow-border: var(--c-neutral-border);
67
+ --c-button-follow-hover-bg: #09376d;
68
+ --c-button-following-bg: #09376d;
69
+ --c-button-following-fg: var(--c-text-body);
70
+ --c-button-following-border: var(--c-neutral-border);
71
+ --c-button-share-bg: var(--c-dark-blue-900);
72
+ --c-button-share-fg: var(--c-text-lower-priority);
73
+ --c-button-share-border: var(--c-neutral-border);
74
+ --c-button-share-hover-bg: #09376d;
75
+ --c-button-share-hover-fg: var(--c-text-body);
76
+ --c-label-primary-bg: var(--c-bg-base);
77
+ --c-label-primary-fg: var(--c-blue-500);
78
+ --c-label-primary-painted-bg: var(--c-general-primary);
79
+ --c-label-primary-painted-fg: var(--c-text-body);
80
+ --c-label-secondary-bg: var(--c-bg-base);
81
+ --c-label-secondary-fg: var(--c-general-secondary);
82
+ --c-label-secondary-painted-bg: var(--c-general-secondary);
83
+ --c-label-secondary-painted-fg: var(--c-text-body);
84
+ --c-label-low-priority-bg: var(--c-bg-base);
85
+ --c-label-low-priority-fg: var(--c-text-lower-priority);
86
+ --c-label-low-priority-painted-bg: #09376d;
87
+ --c-label-low-priority-painted-fg: var(--c-text-body);
88
+ --c-label-alert-painted-bg: var(--c-general-alert);
89
+ --c-label-alert-painted-fg: var(--c-text-body);
90
+ --c-message-box-info-bg: #13395d;
91
+ --c-message-box-info-border: #0f66ad;
92
+ --c-message-box-info-icon-bg: var(--c-general-primary);
93
+ --c-message-box-warn-bg: #39352c;
94
+ --c-message-box-warn-border: #8a7345;
95
+ --c-message-box-warn-icon-bg: #ffa909;
96
+ --c-message-box-error-bg: var(--c-bg-alert);
97
+ --c-message-box-error-border: var(--c-red-800);
98
+ --c-message-box-error-icon-bg: var(--c-general-alert);
99
+ --c-form-text: var(--c-text-body);
100
+ --c-form-input-bg: var(--c-dark-blue-900);
101
+ --c-form-input-bg-lighter: var(--c-dark-blue-900);
102
+ --c-text-body: #ecf5ff;
103
+ --c-text-low-priority: #a4bcd5;
104
+ --c-text-lower-priority: #7a9cc6;
105
+ --c-text-link-primary: var(--c-blue-500);
106
+ --c-text-link-visited: #abb1b6;
107
+ --c-bg-base: var(--c-dark-blue-1200);
108
+ --c-bg-base-rgb: 8 29 53;
109
+ --c-bg-base-outer: var(--c-dark-blue-1200);
110
+ --c-bg-base-inner: var(--c-dark-blue-1100);
111
+ --c-bg-emoji: var(--c-dark-blue-900);
112
+ --c-bg-emoji-primary: var(--c-dark-blue-900);
113
+ --c-bg-neutral: var(--c-dark-blue-800);
114
+ --c-bg-neutral-lighter: var(--c-dark-blue-900);
115
+ --c-bg-neutral-lightest: var(--c-dark-blue-1000);
116
+ --c-bg-primary: var(--c-blue-900);
117
+ --c-bg-primary-lighter: var(--c-blue-1000);
118
+ --c-bg-secondary: var(--c-dark-purple-1000);
119
+ --c-bg-alert: var(--c-red-1000);
120
+ --c-bg-like: #392c3f;
121
+ --c-bg-popover: var(--c-blue-1000);
122
+ --c-bg-backdrop: rgb(0 0 0/50%);
123
+ --c-neutral-border: var(--c-dark-gray-1000);
124
+ --c-neutral-border-lighter: var(--c-dark-gray-1100)
125
+ }
126
+ img {
127
+ max-width: 100%;
128
+ }
129
+ </style>
130
+ <div id="root"></div>
131
+ </body>
132
+ </html>