Skip to content

Commit

Permalink
github-deploy-action-melds
Browse files Browse the repository at this point in the history
  • Loading branch information
github-deploy-action committed Dec 24, 2024
1 parent 0413da9 commit 387f39e
Show file tree
Hide file tree
Showing 2 changed files with 582 additions and 595 deletions.
28 changes: 6 additions & 22 deletions melds/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
/* --inner-silhouette-color: #fff9d5; */
--inner-silhouette-color: var(--light-page-color);

--exp-bg-color: #ebdfc5; /*#dbf6de;*/
--exp-shadow-color: #c4b599;/*#329f43;*/
--exp-bg-color: #ebdfc5;
--exp-shadow-color: #c3b292;
--exp-text-color: #756e58;

--pat-bg-color: #d8e6ef; /* #f5fbff; */
--pat-shadow-color: #90bdde; /*#268bd2;*/
--pat-bg-color: #d0e7ec;
--pat-shadow-color: #91bcd9;
--pat-text-color: #2f85a1;

--typ-bg-color: #ecdaff;
--typ-shadow-color: #cea9fd;
--typ-bg-color: #e8d9e6;
--typ-shadow-color: #c2a1e2;
--typ-text-color: #7e5fa4;

--rul-bg-color: #f3caf4;
Expand All @@ -59,10 +59,8 @@
--empty-hole-z: 5;
--tile-z: 4;
--code-text-z: 6;
--code-text-shards-z: 7;
--bar-z: 0;
--anchor-z: 14;
--current-caret-pos-z: 15;
--caret-z: 14;
}

Expand Down Expand Up @@ -287,20 +285,6 @@
/* white-space: pre; */
}

/* NOTE(andrew): below 3 styles are part of
a hack to display incomplete delims in
selections */
.code-text-shards {
position: absolute;
z-index: var(--code-text-shards-z);
}
.code-text-shards span {
color: #0000 !important;
}
.code-text-shards span.delim-incomplete {
color: #ce9600 !important;
}

.selection {
position: relative;
}
Expand Down
Loading

0 comments on commit 387f39e

Please sign in to comment.