Skip to content

Commit

Permalink
github-deploy-action-stepper
Browse files Browse the repository at this point in the history
  • Loading branch information
github-deploy-action committed Dec 14, 2023
1 parent 0c4341a commit 3ea7b69
Show file tree
Hide file tree
Showing 3 changed files with 48,828 additions and 46,420 deletions.
55,979 changes: 28,203 additions & 27,776 deletions stepper/hazel.js

Large diffs are not rendered by default.

23 changes: 21 additions & 2 deletions stepper/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
11.2px 22.3px 28.1px -1.8px hsl(var(--shadow-color) / 0.34),
17px 33.9px 42.7px -2.1px hsl(var(--shadow-color) / 0.34),
25px 50px 62.9px -2.5px hsl(var(--shadow-color) / 0.34);

}

/* BASE ELEMENTS */
Expand Down Expand Up @@ -539,6 +540,7 @@ select {
}

#mousedown-overlay {
cursor: text;
position: fixed;
top: 0;
left: 0;
Expand Down Expand Up @@ -723,14 +725,26 @@ select {
color: var(--string-lit-color);
}

.code .token.sort-inconsistent {
color: var(--nul-text-color) !important;
.code .token.in-buffer {
color:#d7cdb2 !important;
}

.code .token.sort-inconsistent {
/*color: var(--err-color) !important;*/
/*TODO(andrew): less shouty for now*/
color: #938870 !important;
}

.code .token.incomplete {
color: var(--code-emphasis) !important;
}

.code .token.explicit-hole {
color: #ffd04f !important;
text-shadow: 1px 1px 0px rgb(45, 34, 6), -0.5px -0.5px 0 #ff9b00;
}


.child-backing {
z-index: -1;
}
Expand All @@ -743,6 +757,10 @@ svg.tile-selected {
fill: var(--selection-color);
}

.tile-path.selected-buffer {
fill: #fbf3de;
}

/* TODO(andrew): hack important */
.tile-path.raised.selected {
filter: url(#raised-drop-shadow-Nul) !important;
Expand Down Expand Up @@ -1055,6 +1073,7 @@ svg.tile-selected {
border-radius: 0 1.1em 0 0;
display: flex;
gap: 0.5em;
color: #0006;
align-items: center;
white-space: nowrap;
}
Expand Down
Loading

0 comments on commit 3ea7b69

Please sign in to comment.