diff --git a/public/projects b/public/projects index d95330f..e1cc5b7 160000 --- a/public/projects +++ b/public/projects @@ -1 +1 @@ -Subproject commit d95330fd8b468b926c6cd776677df46ea2b68d21 +Subproject commit e1cc5b77c1445ac64fd9490fa595440af32f1180 diff --git a/styles/customAsciidoc.scss b/styles/customAsciidoc.scss index 69a8871..78231c7 100644 --- a/styles/customAsciidoc.scss +++ b/styles/customAsciidoc.scss @@ -22,4 +22,14 @@ font-style: italic; font-size: 120%; } + .paragraph { + line-height: 1.3; + } + tbody>tr:nth-of-type(odd), #footer { + background-color: #1f2420; + } + + tbody>tr:hover { + background-color: #364239; + } } \ No newline at end of file