@san-siva/blogkit 1.1.37 → 1.1.38

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@san-siva/blogkit",
3
- "version": "1.1.37",
3
+ "version": "1.1.38",
4
4
  "description": "A reusable blog component library for React/Next.js applications with code highlighting, diagrams, and rich content features",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -151,6 +151,13 @@ $code-block-background-color: #282a36;
151
151
  align-items: stretch;
152
152
  justify-content: stretch;
153
153
 
154
+ code {
155
+ font-size: unset;
156
+ font-weight: unset;
157
+ background-color: unset;
158
+ padding: unset;
159
+ }
160
+
154
161
  &__content {
155
162
  background-color: $code-block-background-color;
156
163
  width: 100%;