Merge branch 'bug/status-page-colors' into 'dev'

Fix colors on public pages.

See merge request crafty-controller/crafty-4!504
This commit is contained in:
Iain Powrie 2022-12-07 13:55:26 +00:00
commit 175fee2d15
2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@ TBD
### Bug fixes
- Fix port tooltip not showing on dash while server online. ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/503))
- Fix '+' char in path causing any file operation to fail. ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/502))
- Fix colours on public pages. ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/504))
### Tweaks
TBD
### Lang

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ data['lang_page'] }}">
<html lang="{{ data['lang_page'] }}" class="default">
<head>
<!-- Required meta tags -->
@ -24,7 +24,7 @@
<link rel="alternate icon" href="/static/assets/images/favicon.png" />
</head>
<body class="dark-theme">
<body>
<div class="container-scroller">
<div class="container-fluid page-body-wrapper full-page-wrapper">
<div class="content-wrapper d-flex align-items-sm-center auth auth-bg-1 theme-one">