From cb04fbdfa2e35ce2e8c6f0720a5569418c3d8d8f Mon Sep 17 00:00:00 2001 From: MohsenLesani Date: Tue, 10 Sep 2024 01:59:08 -0700 Subject: [PATCH] Update --- index.html | 3 ++- index.md | 3 ++- styling.css | 12 ++++++------ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index cf14d9c..6ede2e7 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,8 @@

Overview

-

Welcome! CSE113: Parallel and Concurrent Programming
+

Welcome

+

CSE113: Parallel and Concurrent Programming
UCSC CSE
Fall 2024

Instructor:
diff --git a/index.md b/index.md index 11a0834..2b91f40 100644 --- a/index.md +++ b/index.md @@ -12,7 +12,8 @@ pandoc --css=styling.css -s -f markdown+smart --metadata pagetitle="CSE 113: Par ************************************************** # Overview -Welcome! +## Welcome + CSE113: Parallel and Concurrent Programming UCSC CSE Fall 2024 diff --git a/styling.css b/styling.css index fa90e95..5583628 100644 --- a/styling.css +++ b/styling.css @@ -70,7 +70,7 @@ img { } h1, h2, h3, h4, h5, h6 { - color: #111; + color: #303C6C; line-height: 125%; margin-top: 1em; font-weight: normal; @@ -81,23 +81,23 @@ h4, h5, h6 { } h1 { - font-size: 1.5em; + font-size: 1.7em; } h2 { - font-size: 1.3em; + font-size: 1.4em; } h3 { - font-size: 1.1em; + font-size: 1.2em; } h4 { - font-size: 0.8em; + font-size: 0.9em; } h5 { - font-size: 0.6em; + font-size: 0.7em; } h6 {