Open ADSKLowenthal opened 8 years ago
The .label class in circles.css directly affects .label in Bootstrap. Specifically the text-shadow seems to make it unreadable.
https://github.com/linnovate/meanio-circles/blob/master/public/assets/css/circles.css#L14
The only place it seems to be used in the server side view index.html https://github.com/rjVapes/meanio-circles/blob/master/server/views/index.html#L18
And it is defined inline in that file.
The .label class in circles.css directly affects .label in Bootstrap. Specifically the text-shadow seems to make it unreadable.
https://github.com/linnovate/meanio-circles/blob/master/public/assets/css/circles.css#L14