tor-browser

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

ruby-common.css (239B)


      1 rbc {
      2  display: ruby-base-container;
      3  unicode-bidi: isolate;
      4 }
      5 [pseudo] {
      6  font-size: inherit;
      7  line-height: inherit;
      8 }
      9 [pseudo] > rt {
     10  font-size: 50%;
     11 }
     12 [pseudo] > rt[pseudo] {
     13  font-size: inherit;
     14 }
     15 
     16 .large {
     17  font-size: 200%;
     18 }