Ver código fonte

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>
Arthur Hanson 1 ano atrás
pai
commit
3d4bb209ee

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
netbox/project-static/dist/netbox.css


+ 5 - 0
netbox/project-static/styles/overrides/_tabler.scss

@@ -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%);
+}

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff