[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-153.1.0esr-16.0-1] fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in...



Title: GitLab

morgan pushed to branch tor-browser-153.1.0esr-16.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 3b2c273c
    by Henry Wilkes at 2026-08-18T12:26:45+00:00
    fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
    
    TB 45194: Hard code the "your bridges" background colour.
    

1 changed file:

Changes:

  • browser/components/torpreferences/content/torPreferences.css
    ... ... @@ -136,6 +136,10 @@ tor-bridges-display {
    136 136
         border-radius: var(--border-radius-medium);
    
    137 137
         background-color: var(--card-background-color);
    
    138 138
         padding: var(--space-large);
    
    139
    +
    
    140
    +    @media not ((prefers-contrast) or (forced-colors)) {
    
    141
    +      background-color: light-dark(var(--color-gray-0), var(--color-gray-90));
    
    142
    +    }
    
    139 143
       }
    
    140 144
     
    
    141 145
       & p {
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx