@meowdown/core 0.40.1 → 0.41.0
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/style.css +12 -12
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -674,7 +674,7 @@
|
|
|
674
674
|
& .md-atom-view:has(.md-atom-selected) {
|
|
675
675
|
& .md-atom-view-preview {
|
|
676
676
|
outline: 2px solid var(--meowdown-node-outline);
|
|
677
|
-
|
|
677
|
+
outline-offset: 2px;
|
|
678
678
|
}
|
|
679
679
|
|
|
680
680
|
& ::selection {
|
|
@@ -829,23 +829,23 @@
|
|
|
829
829
|
}
|
|
830
830
|
|
|
831
831
|
& .md-wikilink-view-label {
|
|
832
|
+
color: var(--meowdown-accent);
|
|
832
833
|
-webkit-box-decoration-break: clone;
|
|
833
834
|
box-decoration-break: clone;
|
|
834
|
-
background: color-mix(in oklab, var(--meowdown-accent) 10%, transparent);
|
|
835
|
-
color: color-mix(in oklab, var(--meowdown-accent) 80%, var(--meowdown-heading));
|
|
836
|
-
text-underline-offset: 2px;
|
|
837
835
|
cursor: pointer;
|
|
838
|
-
|
|
839
|
-
padding: 2px 5px;
|
|
840
|
-
text-decoration-line: underline;
|
|
841
|
-
text-decoration-style: dashed;
|
|
842
|
-
text-decoration-thickness: 1px;
|
|
836
|
+
padding: 2px 0;
|
|
843
837
|
overflow: hidden;
|
|
844
838
|
}
|
|
845
839
|
|
|
846
|
-
& .md-wikilink-view:has(.md-atom-selected)
|
|
847
|
-
|
|
848
|
-
|
|
840
|
+
& .md-wikilink-view.md-atom-view:has(.md-atom-selected) {
|
|
841
|
+
& .md-atom-view-preview {
|
|
842
|
+
outline-offset: 0px;
|
|
843
|
+
cursor: pointer;
|
|
844
|
+
background: var(--meowdown-selection);
|
|
845
|
+
border-radius: 4px;
|
|
846
|
+
margin: -1px;
|
|
847
|
+
padding: 1px;
|
|
848
|
+
}
|
|
849
849
|
}
|
|
850
850
|
}
|
|
851
851
|
}
|