We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe61825 commit 56b0a57Copy full SHA for 56b0a57
src/plugins/shiki.scss
@@ -1,7 +1,7 @@
1
.code-mac-style-header
2
.cm-preview-code-block[class*='cm-lang']:not(.cm-lang-query):not(
3
.cm-lang-base
4
- )
+ ):not(.cm-lang-dataview)
5
.edit-block-button {
6
color: #ddd;
7
}
src/workspace/modal.scss
@@ -24,14 +24,16 @@ body:not(.is-phone)
24
transparent -240%,
25
var(--color-accent) 100%
26
);
27
- color: var(--text-on-accent);
28
&:hover {
29
background: linear-gradient(
30
to bottom,
31
32
var(--color-accent-1) 100%
33
34
+ &:not(.mod-loading) {
35
+ color: var(--text-on-accent);
36
+ }
37
38
39
button.mod-warning {
0 commit comments