summaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 5dcb384..de6799e 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1,4 +1,5 @@
body{ /* Normal */
+ font-family: Helvetica, sans-serif;
font-size: 18px;
margin-bottom: 1em;
}
@@ -16,12 +17,14 @@ ul.nav {
h1.title {
font-size: 38px;
color: DarkRed;
+ font-weight: bold;
margin-bottom: 1em;
margin-top: 1em;
}
h1 { /* Header 1 */
font-size: 28px;
color: Black;
+ font-weight: bold;
margin-bottom: 1em;
margin-top: 1em;
}