Adding support for tags + isso comments

This commit is contained in:
Lucas Cimon
2017-08-09 02:41:22 +02:00
parent 1f204bb2d9
commit 38d243106e
4 changed files with 18 additions and 0 deletions

View File

@@ -111,6 +111,13 @@ a {
text-decoration: none;
color: #FF6600; }
.mg-tag {
margin: 0 .5rem;
color: #FF6600; }
.mg-tag:hover {
text-decoration: none;
color: #FF6600; }
.mg-list-title {
font-size: 2em;
line-height: 42px;