summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-07-18 22:01:30 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-07-18 22:01:30 +0200
commit07ae048ae71387ad39e07841d1c3eb76ce0736ee (patch)
tree1dd4ac8c4d9b6d8dfc657439c346a344679149f8 /src/style.css
parentb281398a897736aef922468107f419e3590388a4 (diff)
Add completion percentages to each page
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css4
1 files changed, 4 insertions, 0 deletions
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;