]> git.p6c8.net - jirafeau_mojo42.git/commit
[FEATURE] Support light/dark mode
authorJerome Jutteau <jerome@jutteau.fr>
Mon, 4 Jul 2022 07:15:53 +0000 (09:15 +0200)
committerJerome Jutteau <jerome@jutteau.fr>
Mon, 4 Jul 2022 07:42:55 +0000 (09:42 +0200)
commitac13b92b26d4fa871749fa22be8d8f41f5b9641d
treeeeb16371af198fbf6d591130b60087e37ca2e7df
parent48fd211cd255ea9ff05d0556eed4b6033683794a
[FEATURE] Support light/dark mode

A new option `dark_style` is introduced to set which dark theme administrators want to user.
If administrator don"t want to use a dark mode, they can just set `dark_syle` and `style` option to the same value.

closes #305

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
CHANGELOG.md
lib/config.original.php
lib/functions.js.php
lib/template/header.php

patrick-canterino.de