From 07ae048ae71387ad39e07841d1c3eb76ce0736ee Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 18 Jul 2024 22:01:30 +0200 Subject: Add completion percentages to each page --- src/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index e2e5f20..26db499 100644 --- a/src/style.css +++ b/src/style.css @@ -222,6 +222,10 @@ header h1 { margin-bottom: 0; } +header p { + color: lightgrey; +} + @media only screen and (min-width: 1000px) { header h1 { font-size: 2.5rem; -- cgit v1.2.3