@import url("screen.css"); /* default gitit screen styles */
@import url("highlighting.css"); /* for syntax highlighting */

/* Put your custom style modifications here: */
table {
    border : 2px solid ##a2a9b1;
    background-color: #eaecf0;
}

th {
    border: 2px solid;
    padding: 0.2em 0.4em;
    align: left;
}

td {
    border: 1px solid;
    padding: 0.2em 0.4em;
    align: left;
}

/* I do not like the way that Gitit styles directory listings */
.index ul {list-style: revert; margin: revert; padding: revert; }
.index li { list-style: revert; background-position: revert; background-repeat: revert; padding-left: revert; }
.index li.page { background-image: revert; }
.index li.folder { background-image: revert; }
.index li.folder::after {content: "/";}
.index a { color: revert; cursor: revert; text-decoration: revert; }
.index a + a { margin-left: revert; }
.index a:hover { text-decoration: revert; }
