aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtemplate/_meta.html2
-rwxr-xr-xtemplate/style.css11
2 files changed, 7 insertions, 6 deletions
diff --git a/template/_meta.html b/template/_meta.html
index e29a9a8..c3a1a39 100755
--- a/template/_meta.html
+++ b/template/_meta.html
@@ -5,7 +5,7 @@
5 5
6<meta name="theme-color" content="#ffffff"> 6<meta name="theme-color" content="#ffffff">
7 7
8<link rel="stylesheet" href="/style.css?v=2022-01-30-02"> 8<link rel="stylesheet" href="/style.css?v=2022-02-11-02">
9 9
10<link rel="alternate" type="application/rss+xml" href="/feed.rss"> 10<link rel="alternate" type="application/rss+xml" href="/feed.rss">
11<link rel="alternate" type="application/feed+json" href="/feed.json"> 11<link rel="alternate" type="application/feed+json" href="/feed.json">
diff --git a/template/style.css b/template/style.css
index cce9621..bd20e26 100755
--- a/template/style.css
+++ b/template/style.css
@@ -1,12 +1,13 @@
1:root { 1:root {
2 --base-document-width: 680px; 2 --base-document-width: 680px;
3 --base-font-size: 18px; 3 --base-font-size: 16px;
4 --base-line-heigh: 1.6em;
4 --base-color: #111111; 5 --base-color: #111111;
5 6
6 --link-color: #111111; 7 --link-color: #111111;
7 --link-color-hover: #111111; 8 --link-color-hover: #111111;
8 9
9 --label-color: #333333; 10 --label-color: #222222;
10 11
11 --border-color: #eeeeee; 12 --border-color: #eeeeee;
12 13
@@ -27,7 +28,7 @@ body {
27 font-family: 'Times New Roman', Times, serif; 28 font-family: 'Times New Roman', Times, serif;
28 color: var(--base-color); 29 color: var(--base-color);
29 font-size: var(--base-font-size); 30 font-size: var(--base-font-size);
30 line-height: 1.7em; 31 line-height: var(--base-line-heigh);
31 padding: 0; 32 padding: 0;
32 margin: 0; 33 margin: 0;
33 padding-bottom: 100px; 34 padding-bottom: 100px;
@@ -75,7 +76,7 @@ h6 { font-size: 100%; line-height: 1.2em; }
75h1[itemtype="headline"] { 76h1[itemtype="headline"] {
76 padding-bottom: 0; 77 padding-bottom: 0;
77 margin-bottom: 20px; 78 margin-bottom: 20px;
78 font-size: 260%; 79 font-size: 230%;
79 line-height: 1.2em; 80 line-height: 1.2em;
80} 81}
81 82
@@ -160,7 +161,7 @@ blockquote p {
160 161
161.navigation header nav a { 162.navigation header nav a {
162 padding: 0 10px; 163 padding: 0 10px;
163 font-size: 90%; 164 font-size: 100%;
164 font-weight: 500; 165 font-weight: 500;
165} 166}
166 167