morgan pushed to branch tor-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
dbe52600
by Henry Wilkes at 2024-09-14T14:53:32+00:00
1 changed file:
Changes:
... | ... | @@ -420,7 +420,8 @@ button.spoof-button-disabled { |
420 | 420 | box-sizing: content-box;
|
421 | 421 | width: 16px;
|
422 | 422 | height: 16px;
|
423 | - background: var(--in-content-button-background);
|
|
423 | + /* color-light-gray-10, color-dark-gray-60 */
|
|
424 | + background: light-dark(#f9f9fb, #2b2a33);
|
|
424 | 425 | border-radius: 4px;
|
425 | 426 | padding: 8px;
|
426 | 427 | }
|