Commit 15c0683b authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

TB 41917: Change letterboxing styling for Tor Browser.

parent 86bc98c0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -19,6 +19,13 @@
  --letterboxing-border-color: var(--letterboxing-bgcolor);
  --letterboxing-decorator-visibility: visible;

  /* Re-styling for Tor Browser. */
  /* stylelint-disable declaration-block-no-duplicate-custom-properties */
  --letterboxing-bgcolor: light-dark(#f0f0f4, #52525e);
  --letterboxing-gradient-color1: light-dark(rgba(0, 219, 222, 0.02), rgba(0, 219, 222, 0.06));
  --letterboxing-gradient-color2: light-dark(rgba(252, 0, 255, 0.02), rgba(252, 0, 255, 0.06));
  /* stylelint-enable declaration-block-no-duplicate-custom-properties */

  .browserContainer {
    /*
     * From Firefox 115 on, .browserContainer layout is flex / column,