body { } a { color: inherit; /* no colors for links. Color will be defined by semantic classes */ text-decoration: inherit; /* no underline */ } ::ng-deep .poly-menu { width: 400px; } .style-markup { } .semantic-markup { } .semantic-markup.polysemantic { text-decoration: underline; cursor: pointer; color: #0c5593; font-weight: bold; } .semantic-markup.humgeo { font-weight: bold; } .humgeo.city { color: blue; } .humgeo.state { color: #a4a4a4; } .semantic-markup.human { } .human.organization { color: #fa1cbc; } .human.person{ color: #ffbb5c; }