Skip to content

Commit

Permalink
Merge pull request #1511 from qdraw/feature/202403_prev_next_contrast
Browse files Browse the repository at this point in the history
Make prev / next more contrast
  • Loading branch information
qdraw authored Mar 22, 2024
2 parents 04800a7 + f216d7d commit 985e917
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
4 changes: 2 additions & 2 deletions starsky/starsky/clientapp/src/style/css/23-relativelink.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

.relativelink .nextprev a {
color: #263238;
color: #000;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Expand All @@ -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;
Expand Down

1 comment on commit 985e917

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.