tor-browser

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

DebugTargetErrorPage.css (522B)


      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 .error-page {
      6  --base-unit: 4px; /* from photon */
      7 
      8  padding: calc(var(--base-unit) * 4);
      9  font-size: 15px; /* from photon */
     10  min-height: 100vh;
     11 }
     12 
     13 .error-page__title {
     14  margin: 0;
     15  font-size: 36px; /* from photon */
     16  font-weight: 200; /* from photon */
     17 }
     18 
     19 .error-page__details {
     20  font-family: monospace;
     21 }