all repos — archive/hugo-xmin @ b85fdab7fd6bfd5abbc9f57358dd23917f5affa8

Customised minimal hugo theme

Remove non-semantic hr tags from layout

Alan Pearce
commit

b85fdab7fd6bfd5abbc9f57358dd23917f5affa8

parent

311e7f3065ecb3936b04d306ed6ab6527f62cdb8

1 file changed, 6 insertions(+), 0 deletions(-)

changed files
M static/css/style.cssstatic/css/style.css
@@ -22,6 +22,12 @@ hr {
border-style: dashed; color: #ddd; } +body > nav { + border-bottom: 1px solid #ddd; +} +body > footer { + border-top: 1px solid #ddd; +} /* code */ pre {