elseware-ui 2.27.6 → 2.27.8

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/dist/index.css CHANGED
@@ -8920,9 +8920,49 @@ video {
8920
8920
  display: none !important;
8921
8921
  }
8922
8922
  .markdown-body .cm-editor {
8923
+ border: 1px solid #e5e7eb;
8923
8924
  border-radius: .5rem;
8925
+ font-size: 14px;
8924
8926
  overflow: hidden;
8925
8927
  }
8928
+ .markdown-body .cm-scroller {
8929
+ font-family:
8930
+ JetBrains Mono,
8931
+ Fira Code,
8932
+ monospace;
8933
+ line-height: 1.6;
8934
+ }
8935
+ .markdown-body .cm-editor {
8936
+ background-color: #f8fafc;
8937
+ color: #1e293b;
8938
+ }
8939
+ .markdown-body .cm-gutters {
8940
+ background-color: #f1f5f9;
8941
+ border-right: 1px solid #e2e8f0;
8942
+ color: #64748b;
8943
+ }
8944
+ .dark .markdown-body .cm-editor {
8945
+ background-color: #0f172a;
8946
+ border-color: #334155;
8947
+ color: #e2e8f0;
8948
+ }
8949
+ .dark .markdown-body .cm-gutters {
8950
+ background-color: #111827;
8951
+ border-right: 1px solid #334155;
8952
+ color: #94a3b8;
8953
+ }
8954
+ .markdown-body .cm-selectionBackground {
8955
+ background-color: rgba(59, 130, 246, .3) !important;
8956
+ }
8957
+ .markdown-body .cm-cursor {
8958
+ border-left-color: currentColor !important;
8959
+ }
8960
+ .markdown-body .cm-activeLine {
8961
+ background-color: rgba(148, 163, 184, .08);
8962
+ }
8963
+ .dark .markdown-body .cm-activeLine {
8964
+ background-color: hsla(0, 0%, 100%, .05);
8965
+ }
8926
8966
 
8927
8967
  /* src/compositions/navigation/sidebar/sidebar.css */
8928
8968
  .sidebar_nav_scrollbar::-webkit-scrollbar {