mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
15802 change table anchor color (#15841)
* 15802 change table anchor color * 15802 make link color lighter * 15802 lighten table color * 15802 add comment --------- Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
This commit is contained in:
parent
8f2eba24bb
commit
3d4bb209ee
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -27,3 +27,8 @@ pre {
|
|||||||
// Tabler sets display: flex
|
// Tabler sets display: flex
|
||||||
display: inline-block;;
|
display: inline-block;;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table a {
|
||||||
|
// Adjust table anchor link contrast as not enough contrast in dark mode
|
||||||
|
filter: brightness(110%);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user