linkedpipes / dcat-ap-forms

Forms application for filling out DCAT-AP v2.0.0 compatible metadata
MIT License
2 stars 2 forks source link

Investigate possibilities of adding dark mode #112

Closed jakubklimek closed 4 years ago

jakubklimek commented 4 years ago

In data.gov.cz, opendata.gov.cz and ofn.gov.cz we have the Dark mode implemented via the prefers-color-scheme: dark CSS query.

Investigate options of implementing this in the forms, i.e. how this can be done in vuetify - either if there is a native support, or whether a custom CSS can be added.

jakubklimek commented 4 years ago

OK, now it partially works and the theme is OK. However (and this is a minor): When I have the form open and I switch the theme from dark to light or back, the form is not re-rendered. The theme is only changed after refresh. This is different from the other web pages implementing dark mode.