aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2022-07-27 22:18:46 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2022-07-27 22:37:44 +0200
commitb2e002c8e77e717f19a3855cbb92327456e6cdcd (patch)
tree5835a4881f61f0bac3cf6c270efe63b367e210d6
parente94147c04d41eb1683b2fdb5af1cd38234fb9fbd (diff)
Improved readability (font size, spacing)
-rw-r--r--dst/.files2
-rw-r--r--dst/sitemap.xml8
-rw-r--r--dst/styles/style.css15
-rw-r--r--src/styles/style.css15
4 files changed, 15 insertions, 25 deletions
diff --git a/dst/.files b/dst/.files
index 85ae8e5..a425f16 100644
--- a/dst/.files
+++ b/dst/.files
@@ -1 +1 @@
-./index.md
+./styles/style.css
diff --git a/dst/sitemap.xml b/dst/sitemap.xml
index 3e48306..601bc9c 100644
--- a/dst/sitemap.xml
+++ b/dst/sitemap.xml
@@ -4,8 +4,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
-<url><loc>https://adast.xyz/SPO notes.html</loc><lastmod>2022-04-24</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/game.html</loc><lastmod>2022-04-24</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/index.html</loc><lastmod>2022-04-24</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/ase.html</loc><lastmod>2022-04-24</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/SPO notes.html</loc><lastmod>2022-07-27</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/game.html</loc><lastmod>2022-07-27</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/index.html</loc><lastmod>2022-07-27</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/ase.html</loc><lastmod>2022-07-27</lastmod><priority>1.0</priority></url>
</urlset>
diff --git a/dst/styles/style.css b/dst/styles/style.css
index df4bbe2..e76f9b9 100644
--- a/dst/styles/style.css
+++ b/dst/styles/style.css
@@ -1,17 +1,12 @@
-html {
- background-color: #181a1b;
- margin: 1em auto;
- max-width: 52em;
-}
body {
+ background-color: #181a1b;
color: #ddd;
- font: 1.0em/1.5 'Open Sans', sans-serif;
- -webkit-text-size-adjust: 100%;
- scrollbar-color: #454a4d #202324;
- margin: 0em 1em;
+ font: 1.1em/1.8 'Open Sans', sans-serif;
+ margin: 0 auto;
+ max-width: 50em;
+ padding: 0em 1em;
}
-
h1 {
margin-top: 0.5em;
font-size: 2em;
diff --git a/src/styles/style.css b/src/styles/style.css
index df4bbe2..e76f9b9 100644
--- a/src/styles/style.css
+++ b/src/styles/style.css
@@ -1,17 +1,12 @@
-html {
- background-color: #181a1b;
- margin: 1em auto;
- max-width: 52em;
-}
body {
+ background-color: #181a1b;
color: #ddd;
- font: 1.0em/1.5 'Open Sans', sans-serif;
- -webkit-text-size-adjust: 100%;
- scrollbar-color: #454a4d #202324;
- margin: 0em 1em;
+ font: 1.1em/1.8 'Open Sans', sans-serif;
+ margin: 0 auto;
+ max-width: 50em;
+ padding: 0em 1em;
}
-
h1 {
margin-top: 0.5em;
font-size: 2em;