[scss.container.list] made 'tag's more readable

This commit is contained in:
xdrm-brackets 2018-03-15 20:17:24 +01:00
parent b89eb61943
commit 4360afe212
1 changed files with 5 additions and 0 deletions

View File

@ -122,4 +122,9 @@
border-bottom: 2px solid darken($bg-color, 5%); border-bottom: 2px solid darken($bg-color, 5%);
} }
/* Tags color -> darker */
.tag{
color: $primary-color;
}
} }