Commit 1c6d5d63 authored by henry's avatar henry Committed by henry
Browse files

fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in...

fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection

TB 45226: Make a stylelint exception for "Your bridges".
parent 81b76447
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -138,6 +138,8 @@ tor-bridges-display {
    padding: var(--space-large);

    @media not ((prefers-contrast) or (forced-colors)) {
      /* Use direct colours until we get a better token. tor-browser#45194. */
      /* stylelint-disable-next-line stylelint-plugin-mozilla/no-base-design-tokens */
      background-color: light-dark(var(--color-gray-0), var(--color-gray-90));
    }
  }