dolittle / Home

Dolittle is a platform designed to build Line of Business applications without sacrificing architectural quality, code quality or scalability.
http://www.dolittle.io
MIT License
27 stars 5 forks source link

On a fresh dolittle project buttons and text are really hard to see #71

Closed joelhoisko closed 3 years ago

joelhoisko commented 4 years ago

With a fresh new dolittle project (built with the boilerplates) the basic HTML buttons and headings are impossible to see against the bright background:

Examle html:

<h1>Here's a form with text input and button submit.</h1>
<form submit.trigger="AddItem()">
    <input type="text">
    <button type="submit"> Add todo</button>
</form>

Renders like this: image

Maybe the background could be darkened or something.

┆Issue is synchronized with this Asana task