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 Sep 2, 2024
1 parent 68bd22e commit 5f587aa
Show file tree
Hide file tree
Showing 2 changed files with 9,424 additions and 9,363 deletions.
10 changes: 8 additions & 2 deletions melds/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
opacity: 40%;
}

.tile.match {
font-weight: bold;
}

#page {
overflow-x: auto;
overflow-y: auto;
Expand Down Expand Up @@ -338,10 +342,12 @@
vector-effect: non-scaling-stroke;
}
.child-line.Exp {
stroke: var(--exp-shadow-color);
/* stroke: var(--exp-shadow-color); */
stroke: var(--exp-bg-color);
}
.child-line.Pat {
stroke: var(--pat-shadow-color);
/* stroke: var(--pat-shadow-color); */
stroke: var(--pat-bg-color);
}


Expand Down
Loading

0 comments on commit 5f587aa

Please sign in to comment.