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 Oct 27, 2024
1 parent 33a5d1d commit dbe489e
Show file tree
Hide file tree
Showing 2 changed files with 5,730 additions and 5,717 deletions.
11 changes: 9 additions & 2 deletions melds/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
--hole-stroke-color: #dc322f;
--unmolded-color: #dc322f;

--caret-color: #f62116;
/* --caret-color: #f62116; */
--caret-focus-color: #ff7200;
--caret-anchor-color: #ffa760;

--outer-silhouette-color: #ffdf00;
--inner-silhouette-color: #fff9d5;
Expand Down Expand Up @@ -548,12 +550,17 @@ svg {
}
.caret {
fill: none;
stroke: var(--caret-color);
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
vector-effect: non-scaling-stroke;
}
.caret.focus {
stroke: var(--caret-focus-color);
}
.caret.anchor {
stroke: var(--caret-anchor-color);
}
.caret-container {
position: relative;
z-index: var(--caret-z);
Expand Down
Loading

0 comments on commit dbe489e

Please sign in to comment.