azion-theme 1.11.1 → 1.11.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.11.2](https://github.com/aziontech/azion-theme/compare/v1.11.1...v1.11.2) (2025-05-30)
2
+
3
+ ### Bug Fixes
4
+
5
+ * readable content code block colors ([#41](https://github.com/aziontech/azion-theme/issues/41)) ([3e76cad](https://github.com/aziontech/azion-theme/commit/3e76cad7717439278a27cc7389dd0d21318efc58))
6
+
1
7
  ## [1.11.1](https://github.com/aziontech/azion-theme/compare/v1.11.0...v1.11.1) (2025-03-21)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "azion-theme",
3
3
  "type": "module",
4
- "version": "1.11.1",
4
+ "version": "1.11.2",
5
5
  "author": "aziontech",
6
6
  "contributors": [
7
7
  {
@@ -1,5 +1,5 @@
1
1
  .prose {
2
- *:not(p, a, li) {
2
+ *:not(p, a, li, span) {
3
3
  color: var(--text-color) !important;
4
4
  }
5
5
 
@@ -115,7 +115,7 @@
115
115
  margin-bottom: 1.8rem !important;
116
116
  }
117
117
  *:is(.expressive-code code) {
118
- background: var(--surface-200) !important;
118
+ background: #222222 !important;
119
119
  }
120
120
  *:is(.p-button) {
121
121
  margin: 0 .5rem .5rem 0;