Adjust color for better visibility

This commit is contained in:
Bryan Housel
2018-02-20 16:16:10 -05:00
parent 7559ff68df
commit 104e8cea5c
2 changed files with 5 additions and 8 deletions

View File

@@ -276,18 +276,15 @@ g.turn circle {
}
.surface.tr path.shadow.related.allow,
.surface.tr g.vertex.related.allow .shadow {
stroke: #7a4;
/*stroke: #8cd05f;*/
stroke: #5b3;
}
.surface.tr path.shadow.related.restrict,
.surface.tr g.vertex.related.restrict .shadow {
stroke: #d75;
/*stroke: #e06d5f;*/
stroke: #d53;
}
.surface.tr path.shadow.related.only,
.surface.tr g.vertex.related.only .shadow {
stroke: #78f;
/*stroke: #7092ff;*/
stroke: #68f;
}

View File

@@ -1910,10 +1910,10 @@ input[type=number] {
font-weight: bold;
}
.restriction-help span.qualifier.allow {
color: #7a4;
color: #8b5;
}
.restriction-help span.qualifier.restrict {
color: #d75;
color: #d53;
}
.restriction-help span.qualifier.only {
color: #78f;