reykit 1.0.245 → 1.0.246

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.
@@ -13,6 +13,7 @@ Menu accent: Bold.
13
13
  @import "@fontsource-variable/inter";
14
14
  @import 'github-markdown-css/github-markdown.css';
15
15
 
16
+ /* Tailwind CSS */
16
17
  :root {
17
18
  --background: oklch(1 0 0);
18
19
  --foreground: oklch(0.141 0.005 285.823);
@@ -47,7 +48,6 @@ Menu accent: Bold.
47
48
  --sidebar-border: oklch(0.92 0.004 286.32);
48
49
  --sidebar-ring: oklch(0.705 0.015 286.067);
49
50
  }
50
-
51
51
  .dark {
52
52
  --background: oklch(0.141 0.005 285.823);
53
53
  --foreground: oklch(0.985 0 0);
@@ -81,7 +81,6 @@ Menu accent: Bold.
81
81
  --sidebar-border: oklch(1 0 0 / 10%);
82
82
  --sidebar-ring: oklch(0.552 0.016 285.938);
83
83
  }
84
-
85
84
  @theme inline {
86
85
  --font-sans: 'Inter Variable', sans-serif;
87
86
  --color-sidebar-ring: var(--sidebar-ring);
@@ -123,7 +122,6 @@ Menu accent: Bold.
123
122
  --radius-3xl: calc(var(--radius) + 12px);
124
123
  --radius-4xl: calc(var(--radius) + 16px);
125
124
  }
126
-
127
125
  @layer base {
128
126
  * {
129
127
  @apply border-border outline-ring/50;
@@ -135,3 +133,11 @@ Menu accent: Bold.
135
133
  @apply font-sans;
136
134
  }
137
135
  }
136
+
137
+ /* GitHub task list */
138
+ .markdown-body ul {
139
+ list-style: disc;
140
+ }
141
+ .markdown-body ol {
142
+ list-style: decimal;
143
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reykit",
3
- "version": "1.0.245",
3
+ "version": "1.0.246",
4
4
  "description": "Kit method set.",
5
5
  "author": "reyxbo",
6
6
  "keywords": [