aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/_header.html2
-rw-r--r--src/index.md5
-rw-r--r--src/styles/style.css17
3 files changed, 19 insertions, 5 deletions
diff --git a/src/_header.html b/src/_header.html
index d6cda56..d6d588a 100644
--- a/src/_header.html
+++ b/src/_header.html
@@ -7,7 +7,7 @@
<title></title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
- <link rel="alternate" type="application/rss+xml" title="RSS Feed" href='/rss.xml'>
+ <link rel="alternate" type="application/rss+xml" title="adamski's feed" href='/rss.xml'>
<link rel="stylesheet" type="text/css" href="/styles/style.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
diff --git a/src/index.md b/src/index.md
index ff2470e..82d790e 100644
--- a/src/index.md
+++ b/src/index.md
@@ -6,6 +6,7 @@ I am interested in space, game dev, sailing and the outdoors.
I'm currently working as a student developer at E-Komplet and I work on my multiplayer old-school arena shooter in my free time.
I occasionally post videos of my game along with other stuff [here](https://youtube.com/c/adamski1).
-## Posts
+## Articles {#article-list}
-&#10148;&ensp;[Project Aftershock](/blog/game "2021-05-07")
+<p class="article-title"><a href="/blog/game">Project Aftershock // Rizen's Arena</a></p>
+<p class="article-date">2021-05-07</p>
diff --git a/src/styles/style.css b/src/styles/style.css
index f932d79..57ce6a4 100644
--- a/src/styles/style.css
+++ b/src/styles/style.css
@@ -10,7 +10,7 @@
.dark-mode {
--bg: #282c34;
- --fg: #c8ceda;
+ --fg: #eceff4;
--link: #64d9a8;
--code: #363a45;
--footer: #828997;
@@ -42,7 +42,7 @@ footer {
margin-top: 3em;
margin-bottom: 2em;
text-align: center;
- font-size: 0.95em;
+ font-size: 0.9em;
color: var(--footer);
}
@@ -110,3 +110,16 @@ blockquote {
#date {
margin-bottom: 0;
}
+
+#article-list {
+ margin-top: 1.25em;
+ margin-bottom: 0.25em;
+}
+.article-title {
+ margin-bottom: 0;
+ margin-top: 12px;
+}
+.article-date {
+ margin-top: 0;
+ font-size: .9em;
+}