tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

aboutDialog.css (577B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this
      3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 #aboutDialogContainer {
      6  background-color: #20123a;
      7  color: #fff;
      8  color-scheme: dark;
      9 }
     10 
     11 #rightBox {
     12  background-size: auto 44px;
     13  margin-inline: 30px;
     14  padding-top: 76px;
     15 }
     16 
     17 #bottomBox {
     18  background-color: hsla(235, 43%, 10%, 0.5);
     19  padding: 15px 10px 15px;
     20 }
     21 
     22 #trademark {
     23  font-size: xx-small;
     24  text-align: center;
     25  color: #999999;
     26  margin-block: 10px;
     27 }