diff options
author | Alan Pearce | 2020-01-06 20:48:42 +0100 |
---|---|---|
committer | Alan Pearce | 2020-01-06 20:48:42 +0100 |
commit | b85fdab7fd6bfd5abbc9f57358dd23917f5affa8 (patch) | |
tree | 07d53ce49ec328cb986785a47c4a85e1026d2403 /static/css | |
parent | 311e7f3065ecb3936b04d306ed6ab6527f62cdb8 (diff) | |
download | hugo-xmin-b85fdab7fd6bfd5abbc9f57358dd23917f5affa8.tar.lz hugo-xmin-b85fdab7fd6bfd5abbc9f57358dd23917f5affa8.tar.zst hugo-xmin-b85fdab7fd6bfd5abbc9f57358dd23917f5affa8.zip |
Remove non-semantic hr tags from layout
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css index 6b09e41..1eb0bfc 100644 --- a/static/css/style.css +++ b/static/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 { |