diff --git a/docs/index.html b/docs/index.html
index fb9471f..1bc6710 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -160,8 +160,15 @@
diff --git a/docs/script.js b/docs/script.js
index f864403..8c92411 100644
--- a/docs/script.js
+++ b/docs/script.js
@@ -497,19 +497,6 @@ const contributors = [
'JamesIves',
];
-const articles = [
- {
- icon: 'medium',
- title: 'Why I created and released NES.css',
- url: 'https://medium.com/@bc_rikko/why-i-created-and-released-nes-css-ee8966bacd09',
- },
- {
- icon: 'github',
- title: 'Release Radar · December 2018 | The GitHub Blog',
- url: 'https://github.blog/2019-01-20-release-radar-december-2018/#nes-css-1-0',
- },
-];
-
new Vue({
el: '#nescss',
data() {
@@ -518,7 +505,6 @@ new Vue({
coreteam,
emeriti,
contributors,
- articles,
animateOctocat: false,
copiedBalloon: {
display: 'none',
diff --git a/docs/style.css b/docs/style.css
index 668342f..53cefd8 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -153,6 +153,7 @@ section.message-list {
h3.topic-title {
display: flex;
align-items: center;
+ margin-bottom: 1rem;
}
h3.topic-title > i {
@@ -204,3 +205,9 @@ h3.topic-title > i {
}
/* Articles */
+.article-link > .title a {
+ color: #333;
+}
+.article-link > .title span {
+ margin-left: 1rem;
+}