@cherry-markdown/cherry-markdown-dev 0.10.3-202512170642.c15f54f → 0.10.3-202512171046.6291853

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.
@@ -906,10 +906,6 @@ span.CodeMirror-selectedtext {
906
906
  -moz-osx-font-smoothing: grayscale;
907
907
  }
908
908
 
909
- .ch-icon-code-theme:before {
910
- content: "\ea95";
911
- }
912
-
913
909
  .ch-icon-list:before {
914
910
  content: "\ea03";
915
911
  }
@@ -1386,6 +1382,10 @@ span.CodeMirror-selectedtext {
1386
1382
  content: "\ea94";
1387
1383
  }
1388
1384
 
1385
+ .ch-icon-code-theme:before {
1386
+ content: "\ea95";
1387
+ }
1388
+
1389
1389
  .cherry-markdown {
1390
1390
  word-break: break-all;
1391
1391
  color: var(--md-paragraph-color);