github.com/hairyhenderson/templater@v3.5.0+incompatible/docs/static/stylesheets/search.css (about)

     1  #search-results cite a {
     2      text-decoration: none;
     3      border-bottom: 0px solid;
     4      color: rgb(120, 133, 145);
     5      font-style: normal;
     6      font-size: 85%;
     7  }
     8  
     9  #search-results h3 a {
    10      text-decoration: none;
    11      border-bottom: 0px solid;
    12  }
    13  
    14  #search-results .search-result {
    15      /* background-color: rgba(120, 133, 145, 0.1); */
    16      color: rgb(72, 66, 60);
    17  }
    18  
    19  mark{
    20      background: rgb(255, 207, 155);
    21      color: black;
    22  }