github.com/elves/elvish@v0.15.0/website/get/prelude.css (about)

     1  .notice {
     2      text-align: center;
     3  }
     4  
     5  tr:nth-child(even) {
     6      background-color: #ddd;
     7  }
     8  .dark tr:nth-child(even) {
     9      background-color: #333;
    10  }