From 8190f7d579443513abfdcf0826fe46dcb73f22a4 Mon Sep 17 00:00:00 2001 From: mattkae Date: Tue, 20 Jun 2023 11:35:35 -0400 Subject: Tying up the loose strings around the new blogging system --- index.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index e7428b5..385fd5c 100644 --- a/index.css +++ b/index.css @@ -7,6 +7,7 @@ body { color: black; padding: 0; margin: auto; + line-height: 1.5; } header { @@ -42,7 +43,7 @@ header > nav > ul > li { header > nav > ul a { text-decoration: none; color: blue; - font-size: 18px; + font-size: 1rem; border-bottom: 1px solid transparent; } @@ -51,8 +52,14 @@ header > nav > ul a:hover { text-decoration: underline; } +h1 { + font-size: 2.5rem; +} + h2 { - font-size: 1.5rem; + font-size: 1.875rem; + margin-bottom: 0rem; + margin-top: 2rem; } section { @@ -63,11 +70,11 @@ p { text-align: left; } -section a { - color: blueviolet; +a { + color: darkviolet; } -section a:hover { +a:hover { opacity: 0.7; } -- cgit v1.2.1