Skip to content

Commit

Permalink
github-deploy-action-stepper-rewrites-with-tactics
Browse files Browse the repository at this point in the history
  • Loading branch information
github-deploy-action committed Feb 14, 2024
1 parent 57e7317 commit b182520
Show file tree
Hide file tree
Showing 3 changed files with 35,242 additions and 35,099 deletions.
41,945 changes: 21,018 additions & 20,927 deletions stepper-rewrites-with-tactics/hazel.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions stepper-rewrites-with-tactics/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,12 @@ select {
border-left: 1px solid var(--cell-selected-accent);
background-color: #fffcf3;
}
.cell.selected ~ .cell-result {
border-left: 1px solid var(--cell-selected-accent);
}
.cell.selected ~ .cell-result:last-child {
border-radius: 0 0 0.4em 0.4em;
}

.cell-caption {
color: var(--top-bar-text);
Expand Down Expand Up @@ -1740,6 +1746,7 @@ svg.expandable path {
display: flex;
flex-direction: row;
gap: 0.5em;
align-items: center;
/*box-shadow: 0px 1px 0px #ddcda3;*/
color: #7a6219;
/*max-height: 4.5em;
Expand Down
Loading

0 comments on commit b182520

Please sign in to comment.