From 4878f0fc6a039d220dd7adecb18d19c688ae50b0 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Thu, 1 Jul 2021 19:46:08 -0400 Subject: (mkosarek) Decent SAT description for now --- index.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index 83f2e0c..1154475 100644 --- a/index.css +++ b/index.css @@ -2,7 +2,7 @@ Top level styling ************************************/ html { - background: #eee; + background: white; height: 100%; overflow: auto; } @@ -154,8 +154,9 @@ article { article > h1 { width: 100%; - padding-bottom: 0.25rem; font-weight: 500; + color: #100c08; + font-size: 24px; } section > p { @@ -163,11 +164,17 @@ section > p { } section > h2 { - color: #0f3460; + color: #2a52be; font-size: 20px; font-weight: 500; } +section > h3 { + color: #003153; + font-weight: 500; + font-size: 18px; +} + #references a { color: inherit; text-decoration: none; -- cgit v1.2.1