aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dst/.files4
-rw-r--r--dst/sitemap.xml8
-rw-r--r--dst/styles/style.css14
-rw-r--r--src/styles/style.css14
4 files changed, 18 insertions, 22 deletions
diff --git a/dst/.files b/dst/.files
index cba29fa..a425f16 100644
--- a/dst/.files
+++ b/dst/.files
@@ -1,5 +1 @@
./styles/style.css
-./SPO notes.md
-./game.md
-./index.md
-./ase.md
diff --git a/dst/sitemap.xml b/dst/sitemap.xml
index cf45a8f..3e48306 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-23</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/game.html</loc><lastmod>2022-04-23</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/index.html</loc><lastmod>2022-04-23</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/ase.html</loc><lastmod>2022-04-23</lastmod><priority>1.0</priority></url>
+<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>
</urlset>
diff --git a/dst/styles/style.css b/dst/styles/style.css
index 762c7c2..df4bbe2 100644
--- a/dst/styles/style.css
+++ b/dst/styles/style.css
@@ -13,17 +13,17 @@ body {
h1 {
- margin-top: 2.5em;
+ margin-top: 0.5em;
font-size: 2em;
}
a {
- text-decoration-thickness: 1px;
- text-underline-offset: 5px;
-}
-a, a:link, a:visited {
color: #fda;
+ text-decoration: none;
+}
+a:hover {
+ text-decoration: underline;
text-decoration-color: #ca8;
}
@@ -66,7 +66,7 @@ blockquote {
.header {
font-size: 2em;
margin-top: 1.5em;
- margin-bottom: 1em;
+ margin-bottom: 2em;
}
.footer {
margin-top: 2em;
@@ -83,7 +83,7 @@ blockquote {
text-decoration-color: #555;
}
-
+
/* .button {
display: inline-block;
border-color: #fda;
diff --git a/src/styles/style.css b/src/styles/style.css
index 762c7c2..df4bbe2 100644
--- a/src/styles/style.css
+++ b/src/styles/style.css
@@ -13,17 +13,17 @@ body {
h1 {
- margin-top: 2.5em;
+ margin-top: 0.5em;
font-size: 2em;
}
a {
- text-decoration-thickness: 1px;
- text-underline-offset: 5px;
-}
-a, a:link, a:visited {
color: #fda;
+ text-decoration: none;
+}
+a:hover {
+ text-decoration: underline;
text-decoration-color: #ca8;
}
@@ -66,7 +66,7 @@ blockquote {
.header {
font-size: 2em;
margin-top: 1.5em;
- margin-bottom: 1em;
+ margin-bottom: 2em;
}
.footer {
margin-top: 2em;
@@ -83,7 +83,7 @@ blockquote {
text-decoration-color: #555;
}
-
+
/* .button {
display: inline-block;
border-color: #fda;