add entry-subtext styling

This commit is contained in:
pixeldesu 2015-08-26 04:14:03 +02:00
parent d3a7bca68f
commit 107bbb3aeb

View file

@ -367,6 +367,11 @@ body#version1 {
border-color: inherit;
}
}
// Entry subtext
.entry-subtext {
color: darken($primary_color, 10%);
}
}
/* nprogress */