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

Commits:

3 changed files:

Changes:

  • browser/components/abouttor/content/aboutTor.css
    ... ... @@ -194,14 +194,14 @@ body:not(.show-tor-check) #tor-check {
    194 194
         --in-content-page-color: #fbfbfe;
    
    195 195
         --in-content-text-color: #fbfbfe;
    
    196 196
         color: var(--in-content-text-color);
    
    197
    -    --in-content-link-color: var(--purple-30);
    
    197
    +    --link-color: var(--purple-30);
    
    198 198
         /* FIXME: Since we have a dark background, the color should get lighter on
    
    199 199
          * hover, but --purple-40 and --pruple-50 are darker than --purple-30.
    
    200 200
          * However, we do not have a standard lighter purple in our current set of
    
    201 201
          * Photon colors.
    
    202 202
          * See tor-browser#42025 */
    
    203
    -    --in-content-link-color-hover: var(--purple-40);
    
    204
    -    --in-content-link-color-active: var(--purple-50);
    
    203
    +    --link-color-hover: var(--purple-40);
    
    204
    +    --link-color-active: var(--purple-50);
    
    205 205
       }
    
    206 206
     
    
    207 207
       #search-form {
    

  • browser/components/torpreferences/content/torPreferences.css
    ... ... @@ -913,7 +913,7 @@ dialog#torPreferences-requestBridge-dialog > hbox {
    913 913
     }
    
    914 914
     
    
    915 915
     #lox-invite-dialog-error-message {
    
    916
    -  color: var(--in-content-error-text-color);
    
    916
    +  color: var(--text-color-error);
    
    917 917
     }
    
    918 918
     
    
    919 919
     #lox-invite-dialog-generate-area:not(.show-error) #lox-invite-dialog-error-message {
    
    ... ... @@ -1049,7 +1049,7 @@ groupbox#torPreferences-bridges-group textarea {
    1049 1049
     }
    
    1050 1050
     
    
    1051 1051
     #user-provide-bridge-error-message {
    
    1052
    -  color: var(--in-content-error-text-color);
    
    1052
    +  color: var(--text-color-error);
    
    1053 1053
     }
    
    1054 1054
     
    
    1055 1055
     #user-provide-bridge-dialog:not(.show-error) #user-provide-bridge-error-message {
    

  • toolkit/components/torconnect/content/aboutTorConnect.css
    ... ... @@ -154,7 +154,7 @@ button {
    154 154
     }
    
    155 155
     
    
    156 156
     #locationDropdownLabel.error {
    
    157
    -  color: var(--in-content-error-text-color)
    
    157
    +  color: var(--text-color-error)
    
    158 158
     }
    
    159 159
     
    
    160 160
     #tryBridgeButton.danger-button {