Fix link in contribution.md

This commit is contained in:
Eike Kettner 2021-03-09 20:47:16 +01:00
parent 64e3cb04f3
commit 4ca68ebca4
2 changed files with 3 additions and 5 deletions

View File

@ -4,7 +4,8 @@
*Feb 19, 2021*
This release comes with a completely new ui, including a dark theme!
This release comes with a completely new ui based on
[tailwindcss](https://tailwindcss.com), including a dark theme!
Additionally there are some other minor features and bug fixes.
- New Web-UI with light and dark theme (#293).

View File

@ -61,10 +61,7 @@ processes.
The web frontend is written in [Elm](https://elm-lang.org), which is a
nice functional language that compiles to javascript. The frontend is
included in the http/restserver component. The CSS is provided by
[Fomantic-UI](https://fomantic-ui.com/), where a [custom
build](https://github.com/eikek/fomantic-slim-default) of it is used
to avoid dependency to a google font and jquery (all javascript
modules are removed).
[TailwindCSS](https://tailwindcss.com/)..
The [development](https://docspell.org/docs/dev/building/) page
contains some tips to get started.