Skip to content

Commit

Permalink
Make prev / next more contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Mar 22, 2024
1 parent f500e17 commit ce5c1de
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit ce5c1de

Please sign in to comment.