From ce5c1de44fedfa2e533661cc0a26ac0774a45bc6 Mon Sep 17 00:00:00 2001 From: Dion Date: Fri, 22 Mar 2024 17:04:23 +0100 Subject: [PATCH 1/2] Make prev / next more contrast --- starsky/starsky/clientapp/src/style/css/23-relativelink.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starsky/starsky/clientapp/src/style/css/23-relativelink.css b/starsky/starsky/clientapp/src/style/css/23-relativelink.css index e00b2ae3d1..14eee9531c 100644 --- a/starsky/starsky/clientapp/src/style/css/23-relativelink.css +++ b/starsky/starsky/clientapp/src/style/css/23-relativelink.css @@ -13,7 +13,7 @@ } .relativelink .nextprev a { - color: #263238; + color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; @@ -22,7 +22,7 @@ padding-left: 20px; padding-right: 5px; margin-top: 7px; - border: #979797 1px solid; + border: 1px solid #263238; border-radius: 5px; width: 120px; line-height: 32px; From f216d7d24385780ad046572d2316526f575175f9 Mon Sep 17 00:00:00 2001 From: Dion Date: Fri, 22 Mar 2024 18:01:37 +0100 Subject: [PATCH 2/2] keep a changelog --- history.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/history.md b/history.md index b47cb72cc9..75dcf20955 100644 --- a/history.md +++ b/history.md @@ -43,7 +43,8 @@ Semantic Versioning 2.0.0 is from version 0.1.6+ ## version 0.6.1 - _(Unreleased)_ - 2024-03-? {#v0.6.1} -- nothing yet +- [x] (Changed) _Front-end_ Make prev / next more contrast (PR #1511) +- [x] (Fixed) _Docs_ Demo site is not working (PR #1486) ## version 0.6.0 - 2024-03-15 {#v0.6.0}