Bringing text back in the sim (#1918)

This commit is contained in:
Richard Knoll 2019-03-13 16:36:04 -07:00 committed by GitHub
parent d1c9a4499c
commit 847545ec5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,6 +140,9 @@ namespace pxsim.visuals {
stroke: none; stroke: none;
fill: #777; fill: #777;
} }
.sim-label, .sim-button-label {
fill: #000;
}
.sim-wireframe .sim-board { .sim-wireframe .sim-board {
stroke-width: 2px; stroke-width: 2px;
} }