Skip to content

Commit

Permalink
Replace border with textcolor = linkcolor
Browse files Browse the repository at this point in the history
Including the @, tho this is of course easily changed either way.
This has the effect of not showing that "sprt" is a link, but the LLR box is the same link anyways so I think it's not that big a deal.
  • Loading branch information
dubslow authored and ppigazzini committed Feb 16, 2023
1 parent 44e4060 commit 8bd445a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/fishtest/static/css/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ legend {
}

.ltc-highlight {
outline: 1px solid var(--bs-link-color);
color: var(--bs-link-color);
}

.time-odds {
Expand Down
3 changes: 1 addition & 2 deletions server/fishtest/static/css/theme.dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,7 @@ pre[style*="background-color: #66CCFF"] {
}

.ltc-highlight {
outline: 1px solid var(--bs-link-color); !important;
color: var(--color-dark-1) !important;
color: var(--bs-link-color) !important;
}

/* Darken pink border */
Expand Down

0 comments on commit 8bd445a

Please sign in to comment.