Darken names in run view

This commit is contained in:
Ben Ramey
2014-03-25 23:13:22 -05:00
parent fc796d676f
commit 3f75fb7950

View File

@@ -32,7 +32,7 @@ header.page-header {
padding: 20px; padding: 20px;
} }
.name { .name {
color: #ccc; color: #aaa;
} }
.fill>.btn { .fill>.btn {
} }