depp

No frills static page generator for Git repositories

git clone https://git.8pit.net/depp.git

 1nav.breadcrumb, nav.breadcrumb ul, nav.breadcrumb li, nav.breadcrumb h2 {
 2	display: inline-block;
 3}
 4
 5nav.breadcrumb ul {
 6	margin: 0px;
 7	padding: 0px;
 8	list-style: none
 9}
10
11nav.breadcrumb ul li:not(:last-child):after  {
12	color: var(--color-light-grey);
13	padding: 8px;
14	content: "/";
15}