@import url("/cgit-css/cgit.css");

html {
   background-color: #F8FFF8 !important;
}

body div#cgit,
body div#cgit table.list tr,
body div#cgit table.list tr.nohover:hover
{
   background-color: transparent;
}

body div#cgit table#header td.logo {
   width: 64px;
}

body div#cgit table#header td.sub {
   color: black;
   border-top-color: #507050;
}

body div#cgit table.tabs,
body div#cgit div.content
{
   border-bottom-color: #c5d3c5;
}

body div#cgit table.tabs td a.active {
   background-color: #c5d3c5;
}

body div#cgit div.path,
body div#cgit table.list tr.logheader,
body div#cgit table.list tr:hover,
body div#cgit table.ssdiff td.lineno
{
   background-color: #e7f5e7;
}

body div#cgit div.cgit-panel table,
body div#cgit table.diffstat
{
   border-color: #a5afa5;
   background-color: #e7f5e7;
}

body div#cgit table.ssdiff td {
   border-left-color: #a5afa5;
   border-right-color: #a5afa5;
}

body div#cgit table.ssdiff td.hunk,
body div#cgit table.ssdiff td.head
{
   border-top-color: #a5afa5;
   border-bottom-color: #a5afa5;
}

body div#cgit table.ssdiff td.foot {
   border-top-color: #a5afa5;
}
