lpk-website

Lillehammer pistolklubb website
git clone https://git.echoz.io/lpk-website.git
Log | Files | Refs | README | LICENSE

tables.css (264B)


      1 .md-content table th,
      2 .md-content table:not(.highlighttable, .highlight table, .gist .highlight) td {
      3     border: none;
      4     border-bottom: 1px solid var(--border);
      5     padding: 10px 16px;
      6 }
      7 
      8 .md-content table thead:not(:has(th:not(:empty))) {
      9     display: none;
     10 }