tor-browser

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

sphinx_design.css (524B)


      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 /* For Dropdown Link in panels of sphinx-panels */
      6 a.dropdown-link {
      7  color: #ddd;
      8  margin-left: 0.5em;
      9  padding: 0.25em;
     10  visibility: hidden;
     11 }
     12 
     13 details.sd-dropdown:hover a.dropdown-link {
     14  visibility: visible;
     15 }
     16 
     17 a.dropdown-link:hover {
     18  background-color: #36557c;
     19  color: #ffffff;
     20  text-decoration: none;
     21 }