theme(high contrast theme): adds the high contrast color theme changes and some little modifications to the general cis.css styles

This commit is contained in:
SimonGschnell
2025-08-20 09:26:51 +02:00
parent 6d7429eb8e
commit 755071d65a
4 changed files with 36 additions and 15 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ if (! defined('BASEPATH')) exit('No direct script access allowed');
$config['theme_name']='default';
$config['theme_css']= "public/css/theme/default.css";
$config['theme_logo']= "public/images/logo_fh-complete_300x46.png";
$config['theme_modes']=['light','dark'];
$config['theme_modes']=['light','dark','contrast'];