Skip to content

Commit

Permalink
Merge pull request #192 from Tinkoff/tech-BDS-10198
Browse files Browse the repository at this point in the history
fix button "Go to emulation" color
  • Loading branch information
Resinchen authored Aug 18, 2022
2 parents c206ef0 + 19e42f0 commit 129b78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overhave/admin/templates/test_run.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
color: white;
}
.default-btn {
border: 2px solid var(--purple);
border: 2px solid var(--orange);
}
.default-btn:hover {
background-color: var(--purple);
background-color: var(--orange);
}
.request-btn {
border: 2px solid #36a2f4;
Expand Down

0 comments on commit 129b78f

Please sign in to comment.