Add theming

This commit is contained in:
2023-03-30 02:57:21 +02:00
parent 971548189f
commit 6d084ee83c
6 changed files with 127 additions and 2 deletions

View File

@ -28,6 +28,9 @@
<!-- Bootstraptoggle -->
<link href="https://gitcdn.github.io/bootstrap-toggle/2.2.2/css/bootstrap-toggle.min.css" rel="stylesheet">
<!-- Active Theme -->
<link href="static/css/themes/{{config['THEME']}}" rel="stylesheet">
</head>
<body>