瀏覽代碼

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 2 年之前
父節點
當前提交
3d4bb209ee
共有 2 個文件被更改,包括 5 次插入0 次删除
  1. 0 0
      netbox/project-static/dist/netbox.css
  2. 5 0
      netbox/project-static/styles/overrides/_tabler.scss

文件差異過大導致無法顯示
+ 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%);
+}

部分文件因文件數量過多而無法顯示