Skip to content

Commit

Permalink
Merge pull request #58 from david-hall/staging
Browse files Browse the repository at this point in the history
Change non-zometool model names from green to yellow.
  • Loading branch information
david-hall authored Feb 1, 2024
2 parents d31871f + 012e067 commit acf4c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ td.todo {
}

td.title {
background-color: var(--color-grn-panel);
background-color: var(--color-yel-panel);
}
tr.selected > td:last-child.title {
background-color: var(--color-grn-strut);
background-color: var(--color-yel-strut);
}

td.title.zometool {
Expand Down

0 comments on commit acf4c1d

Please sign in to comment.