aboutsummaryrefslogtreecommitdiff
path: root/template/style.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-02-11 13:30:43 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-02-11 13:30:43 +0100
commit616c43518d90f91f8340019ec35091f81c302b0a (patch)
tree086cbd506a6a8e466cb4555f0d939b56a949ef76 /template/style.css
parente0e41720deed18bfd3fae9db54097ba8d1b30a94 (diff)
downloadmitjafelicijan.com-616c43518d90f91f8340019ec35091f81c302b0a.tar.gz
Changed base font size back to 16px as default
Diffstat (limited to 'template/style.css')
-rwxr-xr-xtemplate/style.css11
1 files changed, 6 insertions, 5 deletions
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