From 4baaec8752e9b3dd2d1bd28afd4b885db82b9db1 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 2 Dec 2022 13:06:10 -0500 Subject: [PATCH 1/2] Fix colors on public pages. --- app/frontend/templates/public_base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/frontend/templates/public_base.html b/app/frontend/templates/public_base.html index 5a6d9bdb..33972b79 100644 --- a/app/frontend/templates/public_base.html +++ b/app/frontend/templates/public_base.html @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - +
From 05ab568249eac97fcb12128d94008238b047c454 Mon Sep 17 00:00:00 2001 From: Zedifus Date: Wed, 7 Dec 2022 13:47:41 +0000 Subject: [PATCH 2/2] Update changelog !504 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3fb4e00..c62f970f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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