summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-03-05 16:37:18 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-03-05 16:37:18 +0100
commit4f9a44193b25127dd036ce5f2bf53feb31b53d03 (patch)
treebc40776dc96645b90b6b310744267e6feda0018d /src/style.css
parent7506721e389efdd89fce28791bf2b0b9d0e7ca4c (diff)
Add the GSP/TS article
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css
index da6f80f..5bcd871 100644
--- a/src/style.css
+++ b/src/style.css
@@ -28,7 +28,8 @@ body {
text-align: justify;
width: min(800px, 90%);
margin-inline: auto;
- font-size: 16px;
+ font-size: 18px;
+ font-family: serif;
}
blockquote > p:first-child::before { content: '‘'; }
@@ -93,6 +94,7 @@ header div.head li {
figure pre.code-sample {
overflow-x: scroll;
+ tab-size: 4;
}
figure pre.code-sample > code {