aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--header.html2
-rw-r--r--public/style.css10
2 files changed, 5 insertions, 7 deletions
diff --git a/header.html b/header.html
index fe0c0c6..708ed4a 100644
--- a/header.html
+++ b/header.html
@@ -7,7 +7,7 @@
<link rel="icon" href="data:,">
<title>{{TITLE}}</title>
<link href="/index.rss" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
- <link rel="stylesheet" href="/public/style.css?v=1.5">
+ <link rel="stylesheet" href="/public/style.css?v=1.6">
</head>
<header id="top">
diff --git a/public/style.css b/public/style.css
index 3bc40da..7efaf5c 100644
--- a/public/style.css
+++ b/public/style.css
@@ -3,11 +3,10 @@
}
body {
- font-family: georgia, serif;
- font-size: large;
- line-height: 1.5;
+ font-family: Verdana, sans-serif;
+ line-height: 1.6;
margin: 0 auto;
- max-width: 40em;
+ max-width: 720px;
padding: 0 1em;
}
@@ -68,7 +67,6 @@ header {
.alert {
border: 1px solid;
font-family: sans-serif;
- font-size: medium;
margin: 10px 0;
padding: 8px;
}
@@ -152,7 +150,7 @@ figure img {
padding: 4px;
}
figure figcaption {
- font-size: medium;
+ font-size: 90%;
font-style: italic;
padding: 8px;
text-align: center;