diff --git a/legal.html b/legal.html index 259d657..58f477f 100644 --- a/legal.html +++ b/legal.html @@ -145,12 +145,24 @@ padding: 1.25rem; } } + .blog-header { + padding: 2rem 0; + border-bottom: 1px solid #1a1a2e; + } + .blog-header a { + color: #00f5ff; + text-decoration: none; + font-size: 0.85rem; + } + .blog-header a:hover { + text-decoration: underline; + }