1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 01:39:50 +02:00

docs: fix articles style

This commit is contained in:
BcRikko
2019-02-23 17:43:37 +09:00
parent 29fddfb9be
commit af5b24f16e
3 changed files with 16 additions and 16 deletions

View File

@@ -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;
}