tor-browser

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

doc_markup_search.css (374B)


      1 .pseudos {
      2  view-transition-name: custom;
      3  &::before {
      4    content: "my_before_text";
      5  }
      6  &::after {
      7    content: "my_after_text";
      8  }
      9 }
     10 
     11 ::view-transition-group(root) {
     12  /* large number so the view-transition pseudo elements are available during the whole test */
     13  animation-duration: 3600s;
     14 }
     15 
     16 dialog::backdrop {
     17  background-color: rgb(from hotpink r g b / 0.2);
     18 }