Skip to content

Commit

Permalink
15802 change table anchor color (#15841)
Browse files Browse the repository at this point in the history
* 15802 change table anchor color

* 15802 make link color lighter

* 15802 lighten table color

* 15802 add comment

---------

Co-authored-by: Jeremy Stretch <[email protected]>
  • Loading branch information
arthanson and jeremystretch authored May 2, 2024
1 parent 8f2eba2 commit 3d4bb20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/project-static/dist/netbox.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions netbox/project-static/styles/overrides/_tabler.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ pre {
// Tabler sets display: flex
display: inline-block;;
}

table a {
// Adjust table anchor link contrast as not enough contrast in dark mode
filter: brightness(110%);
}

0 comments on commit 3d4bb20

Please sign in to comment.