M index.css => index.css +10 -4
@@ 1,6 1,6 @@
html, body
{
- font-family: Georgia, serif;
+ font-family: sans-serif;
font-size: 18px;
color: #000;
background-color: #fff;
@@ 70,7 70,7 @@ pre, code
pre
{
line-height: 1.5em;
- padding: 1em 0;
+ /*padding: 1em 0;*/
}
figure,
@@ 79,7 79,8 @@ pre,
.scroll
{
overflow: auto hidden;
- margin: 0 auto;
+ /*margin: 0 auto;*/
+ margin: 1em auto;
}
figure>a,
@@ 109,7 110,7 @@ dd
dd > ul
{
margin-top: -3em;
- margin-left: 0;
+ margin-left: 1em;
}
main > dl > dt,
@@ 177,6 178,11 @@ th:last-child, td:last-child
line-height: normal;
}
+.r
+{
+ font-style: normal;
+}
+
@media(max-width: 400px)
{
dt,
M poe/index.gmi => poe/index.gmi +1 -1
@@ 74,7 74,7 @@ If a file config.redo exists in the build directory, it will be sourced when bui
## Install (Arch)
```
-$ <aur_helper> -S poe
+$ (aur_helper) -S poe
```
M slweb/index.gmi => slweb/index.gmi +1 -1
@@ 90,7 90,7 @@ If a file config.redo exists in the build directory, it will be sourced when bui
## Install (Arch)
```
-$ <aur_helper> -S slweb
+$ (aur_helper) -S slweb
```
M table/index.gmi => table/index.gmi +1 -1
@@ 52,7 52,7 @@ If a file config.redo exists in the build directory, it will be sourced when bui
## Install (Arch)
```
-$ <aur_helper> -S table
+$ (aur_helper) -S table
```