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} 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;