diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-26 17:12:52 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-26 17:12:52 +0100 |
commit | 14e03301ea8dee9b2dc30ae1f3fb78ab6408d3ff (patch) | |
tree | 5502792f11927b223704f775f620335fb4594d0f /static/css/style.css | |
parent | c6153ea12b59b43902eeff3c68a32163e5955d3b (diff) |
fixed title tags on main pages
Diffstat (limited to '')
-rw-r--r-- | static/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css index 0036122..6e38eca 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -10,6 +10,10 @@ nav { margin-bottom: 2em; } +hr { + border: 1px solid #e2e2e2; +} + hr.new1 { border: 1px solid #e2e2e2; } |